summaryrefslogtreecommitdiffstats
path: root/fs/configfs
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2021-05-25 10:24:23 +0200
committerChristoph Hellwig <hch@lst.de>2021-05-25 10:30:31 +0200
commitdd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb (patch)
treeb62db35ee90133eaabb38569fd42cf235773393d /fs/configfs
parentc4681547bcce777daf576925a966ffa824edd09d (diff)
downloadlinux-dd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb.tar.gz
linux-dd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb.tar.xz
configfs: fix the kerneldoc comment for configfs_create_bin_file
Mention the correct argument name. Signed-off-by: Bart Van Assche <bvanassche@acm.org> [hch: split from a larger patch] Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/configfs')
-rw-r--r--fs/configfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/configfs/file.c b/fs/configfs/file.c
index e26060dae70a..e557b8806b58 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,