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

index 89021c00987220a3af021e5d04de1bce0315887d..69e1ae4910985b10df24211ca212f18608bd010c 100644 (file)
@@ -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;
 }