[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240517204951.2019031-1-gomonovych@gmail.com>
Date: Fri, 17 May 2024 13:48:46 -0700
From: Vasyl Gomonovych <gomonovych@...il.com>
To: <mchehab@...nel.org>, <bp@...en8.de>, <james.morse@....com>,
<rric@...nel.org>, <vgomonovych@...vell.com>
CC: Vasyl Gomonovych <gomonovych@...il.com>, Tony Luck <tony.luck@...el.com>,
<linux-edac@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] EDAC/ghes: Add missing newlines to log statements
Ensure consistency in log output by
adding missing newlines to two GHES log statements.
Signed-off-by: Vasyl Gomonovych <gomonovych@...il.com>
---
drivers/edac/ghes_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c
index cf2b618c1ada..1eb0136c6fbd 100644
--- a/drivers/edac/ghes_edac.c
+++ b/drivers/edac/ghes_edac.c
@@ -547,7 +547,7 @@ static int __init ghes_edac_init(void)
return -ENODEV;
if (list_empty(ghes_devs)) {
- pr_info("GHES probing device list is empty");
+ pr_info("GHES probing device list is empty\n");
return -ENODEV;
}
--
2.43.0
Powered by blists - more mailing lists