]> Git Repo - linux.git/commitdiff
configfs: fix kernel-doc markup issue
authorAlex Shi <[email protected]>
Fri, 13 Nov 2020 08:58:13 +0000 (16:58 +0800)
committerChristoph Hellwig <[email protected]>
Sat, 14 Nov 2020 09:22:45 +0000 (10:22 +0100)
Add explanation for 'frag' parameter to avoid kernel-doc issue:
fs/configfs/dir.c:277: warning: Function parameter or member 'frag' not
described in 'configfs_create_dir'

Signed-off-by: Alex Shi <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: [email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
fs/configfs/dir.c

index b0983e2a4e2c72d214d46abf66cc2ba0e4f1d4b8..b839dd1b459f4b3fddd4ff7207bc87077cd58f22 100644 (file)
@@ -267,6 +267,7 @@ static void configfs_remove_dirent(struct dentry *dentry)
  *     configfs_create_dir - create a directory for an config_item.
  *     @item:          config_itemwe're creating directory for.
  *     @dentry:        config_item's dentry.
+ *     @frag:          config_item's fragment.
  *
  *     Note: user-created entries won't be allowed under this new directory
  *     until it is validated by configfs_dir_set_ready()
This page took 0.058704 seconds and 4 git commands to generate.