Commit 3e008c17 authored by Gilad Ben-Yossef's avatar Gilad Ben-Yossef Committed by Greg Kroah-Hartman

staging: ccree: fix longer than 80 chars lines

Clip longer than 80 chars lines in header files worked
on in the patch set.
Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9f28369
...@@ -84,7 +84,8 @@ ...@@ -84,7 +84,8 @@
#define CC_MULTI2_SYSTEM_KEY_SIZE 32 #define CC_MULTI2_SYSTEM_KEY_SIZE 32
#define CC_MULTI2_DATA_KEY_SIZE 8 #define CC_MULTI2_DATA_KEY_SIZE 8
#define CC_MULTI2_SYSTEM_N_DATA_KEY_SIZE (CC_MULTI2_SYSTEM_KEY_SIZE + CC_MULTI2_DATA_KEY_SIZE) #define CC_MULTI2_SYSTEM_N_DATA_KEY_SIZE \
(CC_MULTI2_SYSTEM_KEY_SIZE + CC_MULTI2_DATA_KEY_SIZE)
#define CC_MULTI2_BLOCK_SIZE 8 #define CC_MULTI2_BLOCK_SIZE 8
#define CC_MULTI2_IV_SIZE 8 #define CC_MULTI2_IV_SIZE 8
#define CC_MULTI2_MIN_NUM_ROUNDS 8 #define CC_MULTI2_MIN_NUM_ROUNDS 8
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
/*! /*!
* @file * @file
* @brief This file contains macro definitions for accessing ARM TrustZone CryptoCell register space. * @brief This file contains macro definitions for accessing ARM TrustZone
* CryptoCell register space.
*/ */
#ifndef _CC_REGS_H_ #ifndef _CC_REGS_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment