Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hangcheck-timer: Replace %Ld with %lld

Replace non-standard %Ld with %lld to ensure compliance with the kernel
coding style and potential formatting issues.

Signed-off-by: Clint George <clintbgeorge@gmail.com>
Link: https://patch.msgid.link/20251111151340.9162-3-clintbgeorge@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Clint George and committed by
Greg Kroah-Hartman
e03a2f7d 75d19e36

+1 -1
+1 -1
drivers/char/hangcheck-timer.c
··· 142 142 /* 143 143 * Enable to investigate delays in detail 144 144 */ 145 - pr_debug("Hangcheck: called %Ld ns since last time (%Ld ns overshoot)\n", 145 + pr_debug("Hangcheck: called %lld ns since last time (%lld ns overshoot)\n", 146 146 tsc_diff, tsc_diff - hangcheck_tick*TIMER_FREQ); 147 147 #endif 148 148 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));