aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:33:34 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:33:34 -0700
commitddfd6d074e0fadd14b6670394a6a7fb6a955de18 (patch)
treedc9e56be1f324c535c5713b00f50b43b81dac43d /fs/sysfs/dir.c
parentsysfs: fix up space coding style issues (diff)
downloadlinux-dev-ddfd6d074e0fadd14b6670394a6a7fb6a955de18.tar.xz
linux-dev-ddfd6d074e0fadd14b6670394a6a7fb6a955de18.zip
sysfs: fix up 80 column coding style issues
This fixes up the 80 column coding style issues in the sysfs .c files. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/dir.c')
-rw-r--r--fs/sysfs/dir.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
index e993133aa969..158227e03b71 100644
--- a/fs/sysfs/dir.c
+++ b/fs/sysfs/dir.c
@@ -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);