diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 0d5ac756b..b87a26a57 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -67,6 +67,7 @@ static void check_tainted(void) else { printf(" Not tainted\n"); } + printf("\n"); } #endif