We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ca297 commit 6287fbaCopy full SHA for 6287fba
fs/proc/base.c
@@ -416,7 +416,7 @@ static const struct file_operations proc_pid_cmdline_ops = {
416
#ifdef CONFIG_KALLSYMS
417
/*
418
* Provides a wchan file via kallsyms in a proper one-value-per-file format.
419
- * Returns the resolved symbol. If that fails, simply return the address.
+ * Returns the resolved symbol to user space.
420
*/
421
static int proc_pid_wchan(struct seq_file *m, struct pid_namespace *ns,
422
struct pid *pid, struct task_struct *task)
0 commit comments