mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
staging: ccree: fix incorrect indentation of break statement
The break statement is indented one level too many, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d5a2a81868
commit
217f93366e
@ -2160,7 +2160,7 @@ static int ssi_aead_process(struct aead_request *req,
|
||||
if (ctx->cipher_mode == DRV_CIPHER_GCTR)
|
||||
ssi_aead_gcm(req, desc, &seq_len);
|
||||
#endif /*SSI_CC_HAS_AES_GCM*/
|
||||
break;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
dev_err(dev, "Unsupported authenc (%d)\n", ctx->auth_mode);
|
||||
|
Loading…
Reference in New Issue
Block a user