]> www.infradead.org Git - users/dwmw2/linux.git/commit
docs: filesystems: sysfs: Make text and code for ->show() consistent
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Sep 2022 13:57:41 +0000 (16:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Sep 2022 12:53:13 +0000 (14:53 +0200)
commitfda8c908bc2d523c0770ded667dcdad29c06ff52
tree8665795e12512ae02e48442f4dff6570bacf599a
parent1da40c2667388dd70306bfd3d4dcb49fd20b50a9
docs: filesystems: sysfs: Make text and code for ->show() consistent

The documentation says that ->show() should only use sysfs_emit() or
sysfs_emit_at(), but example keeps outdated code. Update the code to
be consistent.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220928135741.54919-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/filesystems/sysfs.rst