Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5bd89b8 authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman
Browse files

Drivers: ccree: ssi_aead.h - align block comments



Fixed block comment alignment, Style fix only
Found using checkpatch

Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2686444e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

/* \file ssi_aead.h
   ARM CryptoCell AEAD Crypto API
 * ARM CryptoCell AEAD Crypto API
 */

#ifndef __SSI_AEAD_H__
@@ -63,7 +63,8 @@ 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 */
	 *  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;