From: Joe Perches on
On Wed, 2009-12-16 at 00:08 -0800, Joe Perches wrote:
> 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.

Are there negative attributes in this patchset that
prevent it from being applied?

> 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(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/