Files
linux/arch
George Guo 52c1dbf4cb LoongArch: Replace seq_printf() with seq_puts() for simple strings
Fix warnings like: "Prefer seq_puts to seq_printf" by checkpatch.pl.

Replace seq_printf() calls with seq_puts() in show_cpuinfo() when
outputting simple constant strings without format specifiers.

This improves performance slightly as seq_puts() avoids parsing the
format string.

Signed-off-by: George Guo <guodongtai@kylinos.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2026-02-10 19:31:12 +08:00
..
2026-01-14 22:16:22 -08:00
2026-01-11 06:09:11 -10:00
2026-01-11 06:09:11 -10:00
2026-02-06 14:51:03 -08:00