Skip to content

Commit

Permalink
configfs: fix the kerneldoc comment for configfs_create_bin_file
Browse files Browse the repository at this point in the history
Mention the correct argument name.

Signed-off-by: Bart Van Assche <[email protected]>
[hch: split from a larger patch]
Signed-off-by: Christoph Hellwig <[email protected]>
  • Loading branch information
bvanassche authored and Christoph Hellwig committed May 25, 2021
1 parent c468154 commit dd33f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/configfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd33f1f

Please sign in to comment.