]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Drivers: ccree: ssi_ivgen.c - align block comments
authorDerek Robson <robsonde@gmail.com>
Wed, 24 May 2017 04:42:57 +0000 (16:42 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 14:53:43 +0000 (16:53 +0200)
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>
drivers/staging/ccree/ssi_ivgen.c

index 1bb6f891910148bbb2ade9862f4b8d9b36e54422..db4b831e82a3ee0eea80dbfd3b99e5eff51f69b6 100644 (file)
@@ -26,7 +26,8 @@
 /* The max. size of pool *MUST* be <= SRAM total size */
 #define SSI_IVPOOL_SIZE 1024
 /* The first 32B fraction of pool are dedicated to the
-   next encryption "key" & "IV" for pool regeneration */
+ * next encryption "key" & "IV" for pool regeneration
+ */
 #define SSI_IVPOOL_META_SIZE (CC_AES_IV_SIZE + AES_KEYSIZE_128)
 #define SSI_IVPOOL_GEN_SEQ_LEN 4
 
@@ -278,7 +279,8 @@ int ssi_ivgen_getiv(
        }
 
        /* Bypass operation is proceeded by crypto sequence, hence must
-       *  assure bypass-write-transaction by a memory barrier */
+        *  assure bypass-write-transaction by a memory barrier
+        */
        HW_DESC_INIT(&iv_seq[idx]);
        HW_DESC_SET_DIN_NO_DMA(&iv_seq[idx], 0, 0xfffff0);
        HW_DESC_SET_DOUT_NO_DMA(&iv_seq[idx], 0, 0, 1);