diff options
author | Derek Robson <robsonde@gmail.com> | 2017-05-24 16:42:41 +1200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-29 16:53:43 +0200 |
commit | 3dc178b164e6bf0d21714917ad5866d59885f91a (patch) | |
tree | 739872e4a8dd1509fdd340ef3bc508303419ce30 /drivers/staging | |
parent | ff7c2e41d4be593c4ec6858c9faf071097cb4914 (diff) | |
download | linux-3dc178b164e6bf0d21714917ad5866d59885f91a.tar.bz2 |
Drivers: ccree: ssi_pm.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_pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_pm.h b/drivers/staging/ccree/ssi_pm.h index f1fe1777c04a..8b0d8be95199 100644 --- a/drivers/staging/ccree/ssi_pm.h +++ b/drivers/staging/ccree/ssi_pm.h @@ -15,7 +15,7 @@ */ /* \file ssi_pm.h - */ + */ #ifndef __SSI_POWER_MGR_H__ #define __SSI_POWER_MGR_H__ |