Drivers: ccree: ssi_pm_ext.c - 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-24 16:42:24 +12:00 committed by Greg Kroah-Hartman
parent 5d19caf6e9
commit ff7c2e41d4
1 changed files with 7 additions and 7 deletions

View File

@ -26,10 +26,10 @@
#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;