]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/sysfs/dir.c
sysfs: fix up 80 column coding style issues
[karo-tx-linux.git] / fs / sysfs / dir.c
index e993133aa969c75990aa061c19ea5891b2a4300f..158227e03b7148eb20e3791cff29d98ebcb8c709 100644 (file)
@@ -896,7 +896,9 @@ int sysfs_rename(struct sysfs_dirent *sd,
                sd->s_name = new_name;
        }
 
-       /* Move to the appropriate place in the appropriate directories rbtree. */
+       /*
+        * Move to the appropriate place in the appropriate directories rbtree.
+        */
        sysfs_unlink_sibling(sd);
        sysfs_get(new_parent_sd);
        sysfs_put(sd->s_parent);