- md-replace-misspelled-printk-with-config_printk.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     md: replace misspelled "PRINTK" with "CONFIG_PRINTK"
has been removed from the -mm tree.  Its filename was
     md-replace-misspelled-printk-with-config_printk.patch

This patch was dropped because it had testing failures

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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux