mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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>
This commit is contained in:
parent
f22c363436
commit
5f981878c7
@ -126,7 +126,7 @@ EXPORT_SYMBOL_GPL(stack_trace_save);
|
||||
|
||||
/**
|
||||
* stack_trace_save_tsk - Save a task stack trace into a storage array
|
||||
* @task: The task to examine
|
||||
* @tsk: The task to examine
|
||||
* @store: Pointer to storage array
|
||||
* @size: Size of the storage array
|
||||
* @skipnr: Number of entries to skip at the start of the stack trace
|
||||
|
Loading…
Reference in New Issue
Block a user