From e8bb59c9ff714eb8bcec9718687a62bc5785d30e Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 9 Nov 2022 17:50:19 +0100 Subject: [PATCH] Fixed missing semicolon --- src/tuxedo_io/tuxedo_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 30e5ff5..4444bc6 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -801,7 +801,7 @@ static int __init tuxedo_io_init(void) id_check_uniwill = uniwill_identify(); #ifdef DEBUG - pr_debug("DEBUG is defined\n") + pr_debug("DEBUG is defined\n"); if (id_check_clevo == 0 && id_check_uniwill == 0) { pr_debug("No matching hardware found on module load\n");