]> Git Repo - linux.git/commit - lib/dump_stack.c
lib/dump_stack: correct kernel-doc notation
authorRandy Dunlap <[email protected]>
Wed, 8 Sep 2021 02:58:51 +0000 (19:58 -0700)
committerLinus Torvalds <[email protected]>
Wed, 8 Sep 2021 18:50:26 +0000 (11:50 -0700)
commit83a29beb23bcc770a3838fc33970efbaaad26bf7
treeb04dc1f455758296b083995612a1e23872da101d
parent36f33b562936295a0fb365ea0b1b2afcd8974242
lib/dump_stack: correct kernel-doc notation

Fix kernel-doc warnings in dump_stack.c:

lib/dump_stack.c:97: warning: Function parameter or member 'log_lvl' not described in 'dump_stack_lvl'
lib/dump_stack.c:97: warning: expecting prototype for dump_stack(). Prototype was for dump_stack_lvl() instead

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/dump_stack.c
This page took 0.049893 seconds and 4 git commands to generate.