From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 08/13] sysfs: Nicely indent sysfs_symlink_inode_operations Date: Tue, 3 Nov 2009 22:33:52 -0600 Message-ID: <20091104043352.GI27639@us.ibm.com> References: <1257249429-12384-8-git-send-email-ebiederm@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Greg Kroah-Hartman , Kay Sievers , Greg KH , linux-kernel@vger.kernel.org, Tejun Heo , Cornelia Huck , linux-fsdevel@vger.kernel.org, Eric Dumazet , Benjamin LaHaise , "Eric W. Biederman" To: "Eric W. Biederman" Return-path: Received: from e37.co.us.ibm.com ([32.97.110.158]:41761 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754394AbZKDEdu (ORCPT ); Tue, 3 Nov 2009 23:33:50 -0500 Content-Disposition: inline In-Reply-To: <1257249429-12384-8-git-send-email-ebiederm@xmission.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Quoting Eric W. Biederman (ebiederm@xmission.com): > From: Eric W. Biederman > > Lining up the functions in sysfs_symlink_inode_operations > follows the pattern in the rest of sysfs and makes things > slightly more readable. > > Acked-by: Tejun Heo > Signed-off-by: Eric W. Biederman Acked-by: Serge Hallyn > --- > fs/sysfs/symlink.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c > index c5081ad..1137418 100644 > --- a/fs/sysfs/symlink.c > +++ b/fs/sysfs/symlink.c > @@ -210,10 +210,10 @@ static void sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *co > } > > const struct inode_operations sysfs_symlink_inode_operations = { > - .setxattr = sysfs_setxattr, > - .readlink = generic_readlink, > - .follow_link = sysfs_follow_link, > - .put_link = sysfs_put_link, > + .setxattr = sysfs_setxattr, > + .readlink = generic_readlink, > + .follow_link = sysfs_follow_link, > + .put_link = sysfs_put_link, > }; > > > -- > 1.6.5.2.143.g8cc62 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html