Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff7c2e41 authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman
Browse files

Drivers: ccree: ssi_pm_ext.c - align block comments



Fixed block comment alignment, Style fix only
Found using checkpatch

Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5d19caf6
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@
#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)
{
@@ -50,8 +50,8 @@ 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)
{