Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649111
| From | Derek Robson <robsonde@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments |
| Date | 2017-05-24 06:50 +0200 |
| Message-ID | <tKwpf-5MH-53@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed block comment alignment, Style fix only
Found using checkpatch
Signed-off-by: Derek Robson <robsonde@gmail.com>
---
drivers/staging/ccree/ssi_pm_ext.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/ccree/ssi_pm_ext.c b/drivers/staging/ccree/ssi_pm_ext.c
index 5889d9f97479..453151cdd6b2 100644
--- a/drivers/staging/ccree/ssi_pm_ext.c
+++ b/drivers/staging/ccree/ssi_pm_ext.c
@@ -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;
--
2.12.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments Derek Robson <robsonde@gmail.com> - 2017-05-24 06:50 +0200
csiph-web