[Linux-cachefs] [PATCH 03/10] Documentation: filesystems: configfs: drop doubled word

Randy Dunlap rdunlap at infradead.org
Fri Jul 3 21:43:18 UTC 2020


Drop the doubled word "be".

Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Jonathan Corbet <corbet at lwn.net>
Cc: linux-doc at vger.kernel.org
Cc: Joel Becker <jlbec at evilplan.org>
Cc: Christoph Hellwig <hch at lst.de>
---
 Documentation/filesystems/configfs.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/filesystems/configfs.rst
+++ linux-next-20200701/Documentation/filesystems/configfs.rst
@@ -226,7 +226,7 @@ filename.  configfs_attribute->ca_mode s
 If an attribute is readable and provides a ->show method, that method will
 be called whenever userspace asks for a read(2) on the attribute.  If an
 attribute is writable and provides a ->store  method, that method will be
-be called whenever userspace asks for a write(2) on the attribute.
+called whenever userspace asks for a write(2) on the attribute.
 
 struct configfs_bin_attribute
 =============================




More information about the Linux-cachefs mailing list