[PATCH 00/39] Cleanup WARN #defines

2010-10-31 Thread Joe Perches
WARN uses sometimes use KERN_ but mostly don't have any prefix. Change the WARN macros and the warn_slowpath function to preface KERN_WARNING and remove all the KERN_ uses from WARN sites. Neatening clean up of include/asm-generic/bug.h Update WARN macros Add KERN_WARNING to WARN output Remove a

[PATCH 00/39] Cleanup WARN #defines

2010-10-30 Thread Joe Perches
WARN uses sometimes use KERN_ but mostly don't have any prefix. Change the WARN macros and the warn_slowpath function to preface KERN_WARNING and remove all the KERN_ uses from WARN sites. Neatening clean up of include/asm-generic/bug.h Update WARN macros Add KERN_WARNING to WARN output Remove a