summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-05-30 18:15:59 +1200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-03 17:53:18 +0900
commitf5bd89b893d2d4cd5f3714fb0085820da572cd8f (patch)
treed57b89643ee29302264218ccc53a3ead703d5969
parent2686444e5f7de44aff83f5022c9a3a4920d2a903 (diff)
downloadlinux-f5bd89b893d2d4cd5f3714fb0085820da572cd8f.tar.gz
linux-f5bd89b893d2d4cd5f3714fb0085820da572cd8f.zip
Drivers: ccree: ssi_aead.h - align block comments
Fixed block comment alignment, Style fix only Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ccree/ssi_aead.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/staging/ccree/ssi_aead.h b/drivers/staging/ccree/ssi_aead.h
index 654a181729d7..00a3680cb8ab 100644
--- a/drivers/staging/ccree/ssi_aead.h
+++ b/drivers/staging/ccree/ssi_aead.h
@@ -15,7 +15,7 @@
*/
/* \file ssi_aead.h
- ARM CryptoCell AEAD Crypto API
+ * ARM CryptoCell AEAD Crypto API
*/
#ifndef __SSI_AEAD_H__
@@ -62,8 +62,9 @@ enum aead_ccm_header_size {
struct aead_req_ctx {
/* Allocate cache line although only 4 bytes are needed to
- * assure next field falls @ cache line
- * Used for both: digest HW compare and CCM/GCM MAC value */
+ * assure next field falls @ cache line
+ * Used for both: digest HW compare and CCM/GCM MAC value
+ */
u8 mac_buf[MAX_MAC_SIZE] ____cacheline_aligned;
u8 ctr_iv[AES_BLOCK_SIZE] ____cacheline_aligned;