aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2018-12-07 17:11:58 -0200
committerJonathan Corbet <corbet@lwn.net>2018-12-20 08:41:38 -0700
commit6b5a49b46cf128c8360509ea5a8e6391cf6f1c43 (patch)
tree6118c4d71b6d860cd2c1bc039d5dbf59f6c1c3a4 /Documentation/filesystems
parentdocs/mm-api: link slab_common.c to "The Slab Cache" section (diff)
downloadlinux-dev-6b5a49b46cf128c8360509ea5a8e6391cf6f1c43.tar.xz
linux-dev-6b5a49b46cf128c8360509ea5a8e6391cf6f1c43.zip
configfs: fix wrong name of struct in documentation
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/configfs/configfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/configfs/configfs.txt b/Documentation/filesystems/configfs/configfs.txt
index 3828e85345ae..16e606c11f40 100644
--- a/Documentation/filesystems/configfs/configfs.txt
+++ b/Documentation/filesystems/configfs/configfs.txt
@@ -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;