diff options
author | Derek Robson <robsonde@gmail.com> | 2017-05-24 16:43:11 +1200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-29 16:53:43 +0200 |
commit | 77f34fc3f5a463c9cbe1b09ea99a616050e84367 (patch) | |
tree | 3e429fb20a9dafe109d0496167eac35482cc0853 /drivers/staging | |
parent | fc3d47b3ec037c375101348a6f53e997ef919170 (diff) | |
download | linux-77f34fc3f5a463c9cbe1b09ea99a616050e84367.tar.bz2 |
Drivers: ccree: ssi_hash.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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/ccree/ssi_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_hash.h b/drivers/staging/ccree/ssi_hash.h index b821d0c854b5..7c946614a1f9 100644 --- a/drivers/staging/ccree/ssi_hash.h +++ b/drivers/staging/ccree/ssi_hash.h @@ -15,7 +15,7 @@ */ /* \file ssi_hash.h - ARM CryptoCell Hash Crypto API + * ARM CryptoCell Hash Crypto API */ #ifndef __SSI_HASH_H__ |