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.

stacktrace: fix kernel-doc typo

Change @task to @tsk to prevent kernel-doc warnings:

kernel/stacktrace.c:138: warning: Excess function parameter 'task' description in 'stack_trace_save_tsk'
kernel/stacktrace.c:138: warning: Function parameter or member 'tsk' not described in 'stack_trace_save_tsk'

Link: https://lkml.kernel.org/r/20231220054945.17663-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Randy Dunlap and committed by
Andrew Morton
5f981878 f22c3634

+1 -1
+1 -1
kernel/stacktrace.c
··· 126 126 127 127 /** 128 128 * stack_trace_save_tsk - Save a task stack trace into a storage array 129 - * @task: The task to examine 129 + * @tsk: The task to examine 130 130 * @store: Pointer to storage array 131 131 * @size: Size of the storage array 132 132 * @skipnr: Number of entries to skip at the start of the stack trace