From: Derek Robson Date: Tue, 30 May 2017 06:15:59 +0000 (+1200) Subject: Drivers: ccree: ssi_aead.h - align block comments X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5bd89b893d2d4cd5f3714fb0085820da572cd8f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Drivers: ccree: ssi_aead.h - align block comments Fixed block comment alignment, Style fix only Found using checkpatch Signed-off-by: Derek Robson Signed-off-by: Greg Kroah-Hartman --- 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;