[PATCH] smccc_test: fix missing ) in pr_info call

Colin King colin.king at canonical.com
Wed Sep 22 10:04:30 UTC 2021


From: Colin Ian King <colin.king at canonical.com>

Missing ) will cause a build failure, fix this.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 smccc_test/smccc_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smccc_test/smccc_test.c b/smccc_test/smccc_test.c
index 553399eb..eb0826d6 100644
--- a/smccc_test/smccc_test.c
+++ b/smccc_test/smccc_test.c
@@ -229,7 +229,7 @@ static void __exit smccc_test_exit(void)
 
 static int __init smccc_test_init(void)
 {
-	pr_info(MODULE_NAME ": ARM SMCCC not supported on this kernel and architecture\n",
+	pr_info(MODULE_NAME ": ARM SMCCC not supported on this kernel and architecture\n");
 
 	return -ENODEV;
 }
-- 
2.32.0




More information about the fwts-devel mailing list