The patch titled Subject: proc/sysctl: fix function name error in comments has been removed from the -mm tree. Its filename was proc-sysctl-fix-function-name-error-in-comments.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 @@ -1563,7 +1563,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