David E. Box wrote: > Add documentation to Documentation/filesystems/sysfs.rst for several sysfs > helper macros, including recently introduced and previously undocumented > helpers. > > Document the following macros: > > __ATTR_IGNORE_LOCKDEP > DEFINE_SYSFS_GROUP_VISIBILITY > DEFINE_SYSFS_BIN_GROUP_VISIBILITY > DEFINE_SYSFS_BIN_GROUP_COMBO_VISIBILITY > ATTRIBUTE_GROUPS > BIN_ATTRIBUTE_GROUPS > NAMED_ATTRIBUTE_GROUP_VISIBLE > NAMED_ATTRIBUTE_GROUPS_VISIBLE > NAMED_ATTRIBUTE_GROUP_COMBO_VISIBLE > NAMED_ATTRIBUTE_GROUPS_COMBO_VISIBLE > > Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx> > --- > Documentation/filesystems/sysfs.rst | 244 ++++++++++++++++++++++++++++ > 1 file changed, 244 insertions(+) Looks clean and useful, thanks for taking the time to improve the documentation. Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>