silly size savings and capitalization fixes

This commit is contained in:
Denis Vlasenko
2006-10-26 00:37:00 +00:00
parent e63a0dee9e
commit c6f188def8
24 changed files with 81 additions and 81 deletions

View File

@ -15,7 +15,7 @@
#ifndef CONFIG_FEATURE_CHECK_TAINTED_MODULE
static void check_tainted(void) { printf("\n"); }
static void check_tainted(void) { puts(""); }
#else
#define TAINT_FILENAME "/proc/sys/kernel/tainted"
#define TAINT_PROPRIETORY_MODULE (1<<0)
@ -127,7 +127,7 @@ int lsmod_main(int argc, char **argv)
}
if (count) printf("]");
printf("\n");
puts("");
}
#ifdef CONFIG_FEATURE_CLEAN_UP