[PATCH] EDAC/ghes: Add missing newlines to log statements

Vasyl Gomonovych posted 1 patch 1 year, 8 months ago
drivers/edac/ghes_edac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] EDAC/ghes: Add missing newlines to log statements
Posted by Vasyl Gomonovych 1 year, 8 months ago
Ensure consistency in log output by
adding missing newlines to two GHES log statements.

Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.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