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");