diff options
author | Brian Behlendorf <[email protected]> | 2019-07-16 17:22:31 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-16 17:22:31 -0700 |
commit | 8062b7686aa2c3a22824b9a7c83cf01a5fa457a0 (patch) | |
tree | e7e316a0cdadec44f3d6bde7adaf917dccdd6370 /module/icp/include/aes | |
parent | 3b03ff22761da0f5fad9a781025facfc6e555522 (diff) |
Minor style cleanup
Resolve an assortment of style inconsistencies including
use of white space, typos, capitalization, and line wrapping.
There is no functional change.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #9030
Diffstat (limited to 'module/icp/include/aes')
-rw-r--r-- | module/icp/include/aes/aes_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/include/aes/aes_impl.h b/module/icp/include/aes/aes_impl.h index 9fd9c1bd1..329e32a8e 100644 --- a/module/icp/include/aes/aes_impl.h +++ b/module/icp/include/aes/aes_impl.h @@ -162,7 +162,7 @@ typedef enum aes_mech_type { #endif /* _AES_IMPL */ /* - * Methods used to define aes implementation + * Methods used to define AES implementation * * @aes_gen_f Key generation * @aes_enc_f Function encrypts one block |