configfs: fix the kerneldoc comment for configfs_create_bin_file
authorBart Van Assche <bvanassche@acm.org>
Tue, 25 May 2021 08:24:23 +0000 (10:24 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 25 May 2021 08:30:31 +0000 (10:30 +0200)
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>
fs/configfs/file.c

index e26060dae70a373c0d8ed4673a91266526d40e23..e557b8806b58ace0ed087e83dc5aa4b33640409a 100644 (file)
@@ -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,