mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfs
Pull configfs update from Christoph Hellwig: "Fix a kerneldoc comment (Alex Shi)" * tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfs: configfs: fix kernel-doc markup issue
This commit is contained in:
@@ -267,6 +267,7 @@ static void configfs_remove_dirent(struct dentry *dentry)
|
|||||||
* configfs_create_dir - create a directory for an config_item.
|
* configfs_create_dir - create a directory for an config_item.
|
||||||
* @item: config_itemwe're creating directory for.
|
* @item: config_itemwe're creating directory for.
|
||||||
* @dentry: config_item's dentry.
|
* @dentry: config_item's dentry.
|
||||||
|
* @frag: config_item's fragment.
|
||||||
*
|
*
|
||||||
* Note: user-created entries won't be allowed under this new directory
|
* Note: user-created entries won't be allowed under this new directory
|
||||||
* until it is validated by configfs_dir_set_ready()
|
* until it is validated by configfs_dir_set_ready()
|
||||||
|
|||||||
Reference in New Issue
Block a user