* [PATCH] input: fix missing newline in pr_err message
@ 2026-03-27 7:53 Haoyu Lu
0 siblings, 0 replies; only message in thread
From: Haoyu Lu @ 2026-03-27 7:53 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, linux-kernel, haoyu.lu
From: "haoyu.lu" <hechushiguitu666@gmail.com>
---
drivers/input/input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/input.c b/drivers/input/input.c
index 7b7490a1fbc6..092c92380911 100644
--- a/drivers/input/input.c
+++ b/drivers/input/input.c
@@ -2730,7 +2730,7 @@ static int __init input_init(void)
err = register_chrdev_region(MKDEV(INPUT_MAJOR, 0),
INPUT_MAX_CHAR_DEVICES, "input");
if (err) {
- pr_err("unable to register char major %d", INPUT_MAJOR);
+ pr_err("unable to register char major %d\n", INPUT_MAJOR);
goto fail2;
}
--
2.53.0.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-27 7:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-27 7:53 [PATCH] input: fix missing newline in pr_err message Haoyu Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox