Re: [PATCH] configfs: fix wrong name of struct in documentation

2018-12-20 Thread Jonathan Corbet
On Fri, 7 Dec 2018 17:11:58 -0200 Helen Koike wrote: > The name of the struct is configfs_bin_attribute instead of > configfs_attribute > > Signed-off-by: Helen Koike > > --- > > Documentation/filesystems/configfs/configfs.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > dif

[PATCH] configfs: fix wrong name of struct in documentation

2018-12-07 Thread Helen Koike
The name of the struct is configfs_bin_attribute instead of configfs_attribute Signed-off-by: Helen Koike --- Documentation/filesystems/configfs/configfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/configfs/configfs.txt b/Documentation/fil