Re: [PATCH 1/3] Fix updating of named attribute groups

From: Matthew Wilcox
Date: Thu Oct 29 2009 - 12:19:13 EST


On Thu, Oct 29, 2009 at 04:59:02PM +0100, Tejun Heo wrote:
> Matthew Wilcox wrote:
> > + if (update) {
> > + sd = sysfs_get_dirent(kobj->sd, grp->name);
> > + if (!sd)
> > + return -ENOENT;
> > + } else {
> > + error = sysfs_create_subdir(kobj, grp->name, &sd);
> > + if (error)
> > + return error;
> > + sysfs_get(sd);
> > + }
> > + } else {
> > + sd = sysfs_get(kobj->sd);
> > + }
>
> nitpick: the last braces aren't necessary.

But are more aesthetically pleasing.

--
Matthew Wilcox Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/