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.

kernel/panic.c: format kernel-doc comments

kernel-doc function comment don't follows documentation commenting style
misinterpreting arguments description with function description.

Please see latest docs generated before applying this patch
https://docs.kernel.org/driver-api/basics.html#c.panic

Link: https://lkml.kernel.org/r/20250516174031.2937-1-sravankumarlpu@gmail.com
Signed-off-by: Sravan Kumar Gundu <sravankumarlpu@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Sravan Kumar Gundu and committed by
Andrew Morton
85915c6c f68b5d16

+3 -5
+3 -5
kernel/panic.c
··· 277 277 } 278 278 279 279 /** 280 - * panic - halt the system 281 - * @fmt: The text string to print 280 + * panic - halt the system 281 + * @fmt: The text string to print 282 282 * 283 - * Display a message, then perform cleanups. 284 - * 285 - * This function never returns. 283 + * Display a message, then perform cleanups. This function never returns. 286 284 */ 287 285 void panic(const char *fmt, ...) 288 286 {