Re: [RESEND] genirq: add log level to printk in print_irq_desc

From: Thomas Gleixner
Date: Tue Mar 15 2022 - 09:58:19 EST


On Sun, Mar 13 2022 at 03:44, wudaemon@xxxxxxx wrote:
> add KERN_DEBUG level for debuging purpose, use checkpatch.pl check prompt:

... and then ignore the checkpatch.pl output vs. the patch which "fixes"
the problems:

WARNING: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ...
#29: FILE: kernel/irq/debug.h:6:
+#define ___P(f) do {if (desc->status_use_accessors & f) printk(KERN_DEBUG "%14s set\n", #f); } while (0)

and 6 more of the same...

> Signed-off-by: wudaemon <wudaemon@xxxxxxx>

Please read Documentation/process/submitting-patches.rst especially the
chapter about the Developer's Certification of Origin:

"... using your real name (sorry, no pseudonyms or anonymous contributions.)"

Thanks,

tglx