diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/lsmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index f1eebfc9f..1b914e720 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -66,7 +66,6 @@ static void check_tainted(void) else { printf(" Not tainted\n"); } - printf("\n"); } #endif |