Skip to content

Commit b97c2b2

Browse files
pgondaherbertx
authored andcommitted
crypto: ccp - Fix whitespace in sev_cmd_buffer_len()
Extra tab in sev_cmd_buffer_len(). Signed-off-by: Peter Gonda <[email protected]> Cc: Tom Lendacky <[email protected]> Cc: Brijesh Singh <[email protected]> Cc: Marc Orr <[email protected]> Cc: Joerg Roedel <[email protected]> Cc: Herbert Xu <[email protected]> Cc: David Rientjes <[email protected]> Cc: John Allen <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Cc: [email protected] Reviewed-by: Marc Orr <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent b6f5f0c commit b97c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/ccp/sev-dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static int sev_cmd_buffer_len(int cmd)
134134
case SEV_CMD_DOWNLOAD_FIRMWARE: return sizeof(struct sev_data_download_firmware);
135135
case SEV_CMD_GET_ID: return sizeof(struct sev_data_get_id);
136136
case SEV_CMD_ATTESTATION_REPORT: return sizeof(struct sev_data_attestation_report);
137-
case SEV_CMD_SEND_CANCEL: return sizeof(struct sev_data_send_cancel);
137+
case SEV_CMD_SEND_CANCEL: return sizeof(struct sev_data_send_cancel);
138138
default: return 0;
139139
}
140140

0 commit comments

Comments
 (0)