Drivers: ccree: ssi_pm_ext.c - align block comments
authorDerek Robson <robsonde@gmail.com>
Wed, 24 May 2017 04:42:24 +0000 (16:42 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 14:53:43 +0000 (16:53 +0200)
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>
drivers/staging/ccree/ssi_pm_ext.c

index 5889d9f9747916fdd4a5665fe706bf79f207db36..453151cdd6b26f36e8c129caa8aad5a3a7da0817 100644 (file)
 #include "ssi_pm_ext.h"
 
 /*
-This function should suspend the HW (if possiable), It should be implemented by
-the driver user.
-The reference code clears the internal SRAM to imitate lose of state.
-*/
+ * This function should suspend the HW (if possiable), It should be implemented by
+ * the driver user.
+ * The reference code clears the internal SRAM to imitate lose of state.
+ */
 void ssi_pm_ext_hw_suspend(struct device *dev)
 {
        struct ssi_drvdata *drvdata =
@@ -50,9 +50,9 @@ void ssi_pm_ext_hw_suspend(struct device *dev)
 }
 
 /*
-This function should resume the HW (if possiable).It should be implemented by
-the driver user.
-*/
+ * This function should resume the HW (if possiable).It should be implemented by
+ * the driver user.
+ */
 void ssi_pm_ext_hw_resume(struct device *dev)
 {
        return;