The patch titled Subject: proc/sysctl: fix function name error in comments has been added to the -mm tree. Its filename is proc-sysctl-fix-function-name-error-in-comments.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/proc-sysctl-fix-function-name-error-in-comments.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/proc-sysctl-fix-function-name-error-in-comments.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: zhouchuangao <zhouchuangao@xxxxxxxx> Subject: proc/sysctl: fix function name error in comments The function name should be modified to register_sysctl_paths instead of register_sysctl_table_path. Link: https://lkml.kernel.org/r/1615807194-79646-1-git-send-email-zhouchuangao@xxxxxxxx Signed-off-by: zhouchuangao <zhouchuangao@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/proc_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/proc_sysctl.c~proc-sysctl-fix-function-name-error-in-comments +++ a/fs/proc/proc_sysctl.c @@ -1562,7 +1562,7 @@ err_register_leaves: } /** - * register_sysctl_table_path - register a sysctl table hierarchy + * register_sysctl_paths - register a sysctl table hierarchy * @path: The path to the directory the sysctl table is in. * @table: the top-level table structure * _ Patches currently in -mm which might be from zhouchuangao@xxxxxxxx are proc-sysctl-fix-function-name-error-in-comments.patch umh-fix-some-spelling-mistakes.patch