Skip to content

Commit 5f98187

Browse files
rddunlapakpm00
authored andcommitted
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/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f22c363 commit 5f98187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/stacktrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ EXPORT_SYMBOL_GPL(stack_trace_save);
126126

127127
/**
128128
* 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
130130
* @store: Pointer to storage array
131131
* @size: Size of the storage array
132132
* @skipnr: Number of entries to skip at the start of the stack trace

0 commit comments

Comments
 (0)