Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1
+1
fs/configfs/dir.c
··· 267 267 * configfs_create_dir - create a directory for an config_item. 268 268 * @item: config_itemwe're creating directory for. 269 269 * @dentry: config_item's dentry. 270 + * @frag: config_item's fragment. 270 271 * 271 272 * Note: user-created entries won't be allowed under this new directory 272 273 * until it is validated by configfs_dir_set_ready()