configfs: fix wrong name of struct in documentation
authorHelen Koike <helen.koike@collabora.com>
Fri, 7 Dec 2018 19:11:58 +0000 (17:11 -0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 20 Dec 2018 15:41:38 +0000 (08:41 -0700)
The name of the struct is configfs_bin_attribute instead of
configfs_attribute

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Fixes: 03607ace807b ("configfs: implement binary attributes")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/configfs/configfs.txt

index 3828e85345ae3f8a41e56adaddc442e648c9be7b..16e606c11f405de5a24ad798b2677e2793e4da7d 100644 (file)
@@ -216,7 +216,7 @@ be called whenever userspace asks for a write(2) on the attribute.
 
 [struct configfs_bin_attribute]
 
-       struct configfs_attribute {
+       struct configfs_bin_attribute {
                struct configfs_attribute       cb_attr;
                void                            *cb_private;
                size_t                          cb_max_size;