CC linux-m68k. On Sat, Jul 16, 2022 at 6:10 PM shaom Deng <dengshaomin@xxxxxxxxxx> wrote:
replace %Lx with %lx, because %Lx is not standard Signed-off-by: shaom Deng <dengshaomin@xxxxxxxxxx>
Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> i.e. will queue in the m68k for-v5.20 branch.
--- a/arch/m68k/sun3/sun3dvma.c +++ b/arch/m68k/sun3/sun3dvma.c @@ -77,7 +77,7 @@ static void print_use(void) pr_info("%d entries in use total\n", j); pr_info("allocation/free calls: %lu/%lu\n", dvma_allocs, dvma_frees); - pr_info("allocation/free bytes: %Lx/%Lx\n", dvma_alloc_bytes, + pr_info("allocation/free bytes: %lx/%lx\n", dvma_alloc_bytes, dvma_free_bytes); }
Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds