summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-05-24 16:41:11 +1200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-29 16:53:42 +0200
commit6dbd671c0769c9014553e7fa23a9d8f833274134 (patch)
treeef799360badebb6eb5539d1870ca390691009e9e
parentd057b3b78db1122178099918e760cca7940d8120 (diff)
Drivers: ccree: ssi_sysfs.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>
-rw-r--r--drivers/staging/ccree/ssi_sysfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_sysfs.c b/drivers/staging/ccree/ssi_sysfs.c
index 89021c009872..69e1ae491098 100644
--- a/drivers/staging/ccree/ssi_sysfs.c
+++ b/drivers/staging/ccree/ssi_sysfs.c
@@ -355,7 +355,8 @@ static struct ssi_drvdata *sys_get_drvdata(void)
{
/* TODO: supporting multiple SeP devices would require avoiding
* global "top_dir" and finding associated "top_dir" by traversing
- * up the tree to the kobject which matches one of the top_dir's */
+ * up the tree to the kobject which matches one of the top_dir's
+ */
return sys_top_dir.drvdata;
}