Re: [PATCH] hangcheck-timer: use pr_crit and fix coding style
From: Greg KH
Date: Thu Nov 06 2025 - 02:51:31 EST
On Wed, Nov 05, 2025 at 07:35:41PM +0530, Clint George wrote:
> Fix coding style issues and improve logging in hangcheck-timer such as replace printk(KERN_CRIT ...) to pr_crit(...) where applicable and replace non-standard %Ld with %lld in debug prints and use proper pr_debug/pr_crit for kernel logging.
Please wrap changelog comments at 72 columns.
Also, please split this up into "one patch per logical thing", as you
shouldn't be mixing them into one change.
thanks,
greg k-h