Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: filesystems: configfs: drop doubled word

Drop the doubled word "be".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20200703214325.31036-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
58c8e97d 11166459

+1 -1
+1 -1
Documentation/filesystems/configfs.rst
··· 226 226 If an attribute is readable and provides a ->show method, that method will 227 227 be called whenever userspace asks for a read(2) on the attribute. If an 228 228 attribute is writable and provides a ->store method, that method will be 229 - be called whenever userspace asks for a write(2) on the attribute. 229 + called whenever userspace asks for a write(2) on the attribute. 230 230 231 231 struct configfs_bin_attribute 232 232 =============================