The patch titled md: replace misspelled "PRINTK" with "CONFIG_PRINTK" has been added to the -mm tree. Its filename is md-replace-misspelled-printk-with-config_printk.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: md: replace misspelled "PRINTK" with "CONFIG_PRINTK" From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Replace the apparently misspelled preprocessor variable "PRINTK" with "CONFIG_PRINTK". Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/bitmap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/bitmap.c~md-replace-misspelled-printk-with-config_printk drivers/md/bitmap.c --- a/drivers/md/bitmap.c~md-replace-misspelled-printk-with-config_printk +++ a/drivers/md/bitmap.c @@ -53,7 +53,7 @@ //#define DPRINTK PRINTK /* set this NULL to avoid verbose debug output */ #define DPRINTK(x...) do { } while(0) -#ifndef PRINTK +#ifndef CONFIG_PRINTK # if DEBUG > 0 # define PRINTK(x...) printk(KERN_DEBUG x) # else _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are git-avr32.patch mtd-correct-misspelled-preprocessor-variable.patch remove-some-unused-scsi-related-kernel-config-variables.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch reiserfs-correct-misspelled-reiserfs_proc_info-to.patch kconfig-centralize-the-selection-of-semaphore-debugging.patch rocket-remove-modversions-include.patch md-replace-misspelled-printk-with-config_printk.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html