Re: [PATCH] [PATCH] drivers/misc: dummy-irq: use pr_* logging helpers
From: Greg KH
Date: Sun Apr 19 2026 - 01:28:13 EST
On Sun, Apr 19, 2026 at 07:03:08AM +0300, a wrote:
> Replace printk(KERN_*) with pr_*() helpers for improved readability
> and consistency with current kernel logging style.
>
> Add pr_fmt() to avoid repeating module name in log messages.
>
> No functional change intended.
You created functional changes, and your email "From:" line was
incorrect.
Please work on basic cleanup patches in drivers/staging/ first, before
going out into other areas of the kernel, so that you get the proper
experience of the workflow correct.
thanks,
greg k-h