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>
  */
 
 /* \file ssi_aead.h
-   ARM CryptoCell AEAD Crypto API
+ * ARM CryptoCell AEAD Crypto API
  */
 
 #ifndef __SSI_AEAD_H__
 
 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;