]> bbs.cooldavid.org Git - net-next-2.6.git/commit
printk: fixup declaration of kmsg_reasons
authorNamhyung Kim <namhyung@gmail.com>
Tue, 26 Oct 2010 21:22:47 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:16 +0000 (16:52 -0700)
commit6c095efd82e8f6a98515426a733110f91cf0a709
tree32352a70fff2b51c6f948df514c80e2dd0cb053d
parent5f2365d8c24aec8dbedf49c69b7601c7cfaee2c1
printk: fixup declaration of kmsg_reasons

Move redundant 'const' after '*' to make pointer itself const

Signed-off-by: Namhyung Kim <namhyung@gmail.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>
kernel/printk.c