diff options
author | наб <[email protected]> | 2021-06-05 15:07:38 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-07-26 12:07:39 -0700 |
commit | 2c69ba6444ad5c1eb54342964149c3095504c401 (patch) | |
tree | f7e37056ce51f8c142c28b1fe82f103d31977ebb /module/icp/io | |
parent | 90f1c3c9467881ed76fd3a41719bf297e6de708b (diff) |
Normalise /*FALLTHR{OUGH,U}*/
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue #12201
Diffstat (limited to 'module/icp/io')
-rw-r--r-- | module/icp/io/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/io/aes.c b/module/icp/io/aes.c index e540af447..f77583360 100644 --- a/module/icp/io/aes.c +++ b/module/icp/io/aes.c @@ -976,7 +976,7 @@ aes_encrypt_atomic(crypto_provider_handle_t provider, case AES_GMAC_MECH_INFO_TYPE: if (plaintext->cd_length != 0) return (CRYPTO_ARGUMENTS_BAD); - /* FALLTHRU */ + /* FALLTHROUGH */ case AES_GCM_MECH_INFO_TYPE: length_needed = plaintext->cd_length + aes_ctx.ac_tag_len; break; |