mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
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>
This commit is contained in:
committed by
Christoph Hellwig
parent
c4681547bc
commit
dd33f1f7aa
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user