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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;