]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard
authorJoe Perches <joe@perches.com>
Thu, 13 Jan 2011 00:59:47 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:10 +0000 (08:03 -0800)
commit1e77de6c03908590ecac1efdc8616064fdfb8f28
tree04abc4db3153056b2c478209bfb8a4c7701d6a5b
parente8c6f113b9c0ff81b7d5f9ea0419509e8e3abbd9
include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard

- Move prototypes and align arguments.

- Add CONFIG_PRINTK guard for print_hex functions

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/printk.h
lib/hexdump.c