[PATCH 00/14] kernel.h cleanups

From: Joe Perches
Date: Wed Dec 16 2009 - 03:09:25 EST


No one seems to like taking patches for kernel.h
so I'm sending these to Linus and seeing what happens.

kernel.h has become a chaotic jumble collected over time.
Collect the functions and #defines together in logical groups.
Do some checkpatch neatening and make it more style conformant.

Compiled x86 allnoconfig, allyesconfig, defconfig

Joe Perches (14):
kernel.h: Consolidate console and logging functions and defines
kernel.h: Checkpatch cleaning
kernel.h: ARRAY_SIZE neatening
kernel.h: Add argument names to strtoXX, Xscanf prototypes
kernel.h: printk neatening
drivers/firmware/iscsi_ibft.c: Use %pI4 to print netmask
kernel.h: Move NIPQUAD and NIPQUAD_FMT to in.h
kernel.h: Group math and limits functions, indent function args
kernel.h: Don't use NORET_AND just use noreturn, instead
kernel.h: Remove ATTRIB_NORET, use __attribute__((noreturn))
kernel.h: Remove uses of NORET_TYPE
kernel.h: Add pr_<level>_once
kernel.h: Kernel address utility aggregation and other neatening
kernel/exit.c and kernel/panic.c: Remove unused NORET_TYPE

drivers/firmware/iscsi_ibft.c | 8 +-
include/linux/in.h | 11 +
include/linux/kernel.h | 742 +++++++++++++++++++++++------------------
kernel/exit.c | 4 +-
kernel/panic.c | 2 +-
5 files changed, 437 insertions(+), 330 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/