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: 03607ace80 ("configfs: implement binary attributes")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Helen Koike 2018-12-07 17:11:58 -02:00 committed by Jonathan Corbet
parent 54a67c7536
commit 6b5a49b46c
1 changed files with 1 additions and 1 deletions

View 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;