Drivers: ccree: ssi_fips.h - align block comments

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>
This commit is contained in:
Derek Robson 2017-05-30 18:14:03 +12:00 committed by Greg Kroah-Hartman
parent 7c3a293d43
commit cbff760259

View File

@ -18,9 +18,9 @@
#define __SSI_FIPS_H__
/*!
@file
@brief This file contains FIPS related defintions and APIs.
*/
* @file
* @brief This file contains FIPS related defintions and APIs.
*/
typedef enum ssi_fips_state {
CC_FIPS_STATE_NOT_SUPPORTED = 0,