Commit 6b5a49b4 authored by Helen Koike's avatar Helen Koike Committed by Jonathan Corbet

configfs: fix wrong name of struct in documentation

The name of the struct is configfs_bin_attribute instead of
configfs_attribute
Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
Fixes: 03607ace ("configfs: implement binary attributes")
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 54a67c75
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment