public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] kernel.h cleanups
@ 2009-12-16  8:08 Joe Perches
  2009-12-16  8:09 ` [PATCH 01/14] kernel.h: Consolidate console and logging functions and defines Joe Perches
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Joe Perches @ 2009-12-16  8:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-12-17 20:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16  8:08 [PATCH 00/14] kernel.h cleanups Joe Perches
2009-12-16  8:09 ` [PATCH 01/14] kernel.h: Consolidate console and logging functions and defines Joe Perches
2009-12-16  8:09 ` [PATCH 02/14] kernel.h: Checkpatch cleaning Joe Perches
2009-12-16  8:09 ` [PATCH 03/14] kernel.h: ARRAY_SIZE neatening Joe Perches
2009-12-16  8:09 ` [PATCH 04/14] kernel.h: Add argument names to strtoXX, Xscanf prototypes Joe Perches
2009-12-16  8:09 ` [PATCH 05/14] kernel.h: printk neatening Joe Perches
2009-12-16  8:09 ` [PATCH 06/14] drivers/firmware/iscsi_ibft.c: Use %pI4 to print netmask Joe Perches
2009-12-16  8:09 ` [PATCH 07/14] kernel.h: Move NIPQUAD and NIPQUAD_FMT to in.h Joe Perches
2009-12-16  8:09 ` [PATCH 08/14] kernel.h: Group math and limits functions, indent function args Joe Perches
2009-12-16  8:09 ` [PATCH 09/14] kernel.h: Don't use NORET_AND just use noreturn, instead Joe Perches
2009-12-16  8:09 ` [PATCH 10/14] kernel.h: Remove ATTRIB_NORET, use __attribute__((noreturn)) Joe Perches
2009-12-16  8:09 ` [PATCH 11/14] kernel.h: Remove uses of NORET_TYPE Joe Perches
2009-12-16  8:09 ` [PATCH 12/14] kernel.h: Add pr_<level>_once Joe Perches
2009-12-16  8:09 ` [PATCH 13/14] kernel.h: Kernel address utility aggregation and other neatening Joe Perches
2009-12-16  8:09 ` [PATCH 14/14] kernel/exit.c and kernel/panic.c: Remove unused NORET_TYPE Joe Perches
2009-12-16 18:51   ` Peter Zijlstra
2009-12-16 18:53     ` Peter Zijlstra
2009-12-17 20:52 ` [PATCH 00/14] kernel.h cleanups Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox