aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modutils/lsmod.c1
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)
66 else { 66 else {
67 printf(" Not tainted\n"); 67 printf(" Not tainted\n");
68 } 68 }
69 printf("\n");
70} 69}
71#endif 70#endif
72 71