aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/symlink.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 19:33:34 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 19:33:34 -0400
commitddfd6d074e0fadd14b6670394a6a7fb6a955de18 (patch)
treedc9e56be1f324c535c5713b00f50b43b81dac43d /fs/sysfs/symlink.c
parent1b18dc2beb31f588db1c75901b0112324c72124f (diff)
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)
305 return NULL; 305 return NULL;
306} 306}
307 307
308static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) 308static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd,
309 void *cookie)
309{ 310{
310 char *page = nd_get_link(nd); 311 char *page = nd_get_link(nd);
311 if (!IS_ERR(page)) 312 if (!IS_ERR(page))