aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/symlink.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/symlink.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/symlink.c')
-rw-r--r--fs/sysfs/symlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c
index c6d815653125..2dd4507d9edd 100644
--- a/fs/sysfs/symlink.c
+++ b/fs/sysfs/symlink.c
@@ -305,7 +305,8 @@ static void *sysfs_follow_link(struct dentry *dentry, struct nameidata *nd)
return NULL;
}
-static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie)
+static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd,
+ void *cookie)
{
char *page = nd_get_link(nd);
if (!IS_ERR(page))