projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268af17
)
proc/sysctl: fix function name error in comments
author
zhouchuangao
<zhouchuangao@vivo.com>
Fri, 7 May 2021 01:02:24 +0000
(18:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:11 +0000
(19:24 -0700)
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@vivo.com
Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/proc_sysctl.c
patch
|
blob
|
history
diff --git
a/fs/proc/proc_sysctl.c
b/fs/proc/proc_sysctl.c
index
66c7dd1
..
dea0f5e
100644
(file)
--- a/
fs/proc/proc_sysctl.c
+++ b/
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
*