| commit | 75d19e368640f69a3c8532001ec99685d0e2ce89 | [log] [tgz] |
|---|---|---|
| author | Clint George <clintbgeorge@gmail.com> | Tue Nov 11 20:43:38 2025 +0530 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 26 15:11:15 2025 +0100 |
| tree | 1740e58b2585d9f7a61ee1b9dffa810f0042e138 | |
| parent | 3397c3cd859a2c51962ad032dcf97961d42f9db2 [diff] |
hangcheck-timer: replace printk(KERN_CRIT) with pr_crit Replace printk(KERN_CRIT ...) with pr_crit(...) and printk() with pr_debug(). The change aims to make logging more consistent and readable. Signed-off-by: Clint George <clintbgeorge@gmail.com> Link: https://patch.msgid.link/20251111151340.9162-2-clintbgeorge@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>