[PATCH] sysfs: Document sysfs_attr_init and sysfs_bin_attr_init

From: Eric W. Biederman
Date: Fri Feb 12 2010 - 07:47:20 EST


Greg KH <gregkh@xxxxxxx> writes:

> On Thu, Feb 11, 2010 at 03:23:05PM -0800, Eric W. Biederman wrote:
>>
>> These are the non-static sysfs attributes that exist on
>> my test machine. Fix them to use sysfs_attr_init or
>> sysfs_bin_attr_init as appropriate. It simply requires
>> making a sysfs attribute present to see this. So this
>> is a little bit tedious but otherwise not too bad.
>
> Can we document this in the sysfs_attr_init kerneldoc documentation that
> you add for this new function?

Here you go.