Commit f892b068 authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Drivers: ccree: ssi_config.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 250a00a7
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
/* \file ssi_config.h /* \file ssi_config.h
Definitions for ARM CryptoCell Linux Crypto Driver * Definitions for ARM CryptoCell Linux Crypto Driver
*/ */
#ifndef __SSI_CONFIG_H__ #ifndef __SSI_CONFIG_H__
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
#define SSI_CACHE_PARAMS (0x000) #define SSI_CACHE_PARAMS (0x000)
/* CC attached to NONE-ACP such as HPP/ACE/AMBA4. /* CC attached to NONE-ACP such as HPP/ACE/AMBA4.
* The customer is responsible to enable/disable this feature * The customer is responsible to enable/disable this feature
* according to his platform type. */ * according to his platform type.
*/
#define DX_HAS_ACP 0 #define DX_HAS_ACP 0
#else #else
#define SSI_CACHE_PARAMS (0xEEE) #define SSI_CACHE_PARAMS (0xEEE)
......
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