From dd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 25 May 2021 10:24:23 +0200 Subject: [PATCH] configfs: fix the kerneldoc comment for configfs_create_bin_file Mention the correct argument name. Signed-off-by: Bart Van Assche [hch: split from a larger patch] Signed-off-by: Christoph Hellwig --- fs/configfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/configfs/file.c b/fs/configfs/file.c index e26060d..e557b88 100644 --- a/fs/configfs/file.c +++ b/fs/configfs/file.c @@ -532,7 +532,7 @@ int configfs_create_file(struct config_item * item, const struct configfs_attrib /** * configfs_create_bin_file - create a binary attribute file for an item. * @item: item we're creating for. - * @attr: atrribute descriptor. + * @bin_attr: atrribute descriptor. */ int configfs_create_bin_file(struct config_item *item, -- 2.7.4