Documentation: filesystems: configfs: drop doubled word
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 3 Jul 2020 21:43:18 +0000 (14:43 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 5 Jul 2020 20:44:29 +0000 (14:44 -0600)
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>
Documentation/filesystems/configfs.rst

index f8941954c66714135ec8f3a3c465888f07e2e5b8..1d3d6f4a82a9a705b544af63cc6c63b80f292d96 100644 (file)
@@ -226,7 +226,7 @@ filename.  configfs_attribute->ca_mode specifies the file permissions.
 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
 =============================