diff options
author | Bart Van Assche | 2021-05-25 10:24:23 +0200 |
---|---|---|
committer | Christoph Hellwig | 2021-05-25 10:30:31 +0200 |
commit | dd33f1f7aaf0ce4d0b5ca139019ffbe3510238eb (patch) | |
tree | b62db35ee90133eaabb38569fd42cf235773393d /fs/configfs | |
parent | c4681547bcce777daf576925a966ffa824edd09d (diff) |
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.c | 2 |
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, |