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

Configure Feed

Select the types of activity you want to include in your feed.

mm/shmem: fix functions documentation

Add missing parenthesis in @name parameter description.

Link: https://lkml.kernel.org/r/20250310112535.84754-1-enrico.bravi@polito.it
Signed-off-by: Enrico Bravi <enrico.bravi@polito.it>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Enrico Bravi and committed by
Andrew Morton
116eb468 5d89666b

+3 -3
+3 -3
mm/shmem.c
··· 5841 5841 * underlying inode. So users of this interface must do LSM checks at a 5842 5842 * higher layer. The users are the big_key and shm implementations. LSM 5843 5843 * checks are provided at the key or shm level rather than the inode. 5844 - * @name: name for dentry (to be seen in /proc/<pid>/maps 5844 + * @name: name for dentry (to be seen in /proc/<pid>/maps) 5845 5845 * @size: size to be set for the file 5846 5846 * @flags: VM_NORESERVE suppresses pre-accounting of the entire object size 5847 5847 */ ··· 5853 5853 5854 5854 /** 5855 5855 * shmem_file_setup - get an unlinked file living in tmpfs 5856 - * @name: name for dentry (to be seen in /proc/<pid>/maps 5856 + * @name: name for dentry (to be seen in /proc/<pid>/maps) 5857 5857 * @size: size to be set for the file 5858 5858 * @flags: VM_NORESERVE suppresses pre-accounting of the entire object size 5859 5859 */ ··· 5866 5866 /** 5867 5867 * shmem_file_setup_with_mnt - get an unlinked file living in tmpfs 5868 5868 * @mnt: the tmpfs mount where the file will be created 5869 - * @name: name for dentry (to be seen in /proc/<pid>/maps 5869 + * @name: name for dentry (to be seen in /proc/<pid>/maps) 5870 5870 * @size: size to be set for the file 5871 5871 * @flags: VM_NORESERVE suppresses pre-accounting of the entire object size 5872 5872 */