[folded-merged] checkpatch-check-for-if-0-if-1-fix.patch removed from -mm tree

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

 



The patch titled
     Subject: checkpatch-check-for-if-0-if-1-fix
has been removed from the -mm tree.  Its filename was
     checkpatch-check-for-if-0-if-1-fix.patch

This patch was dropped because it was folded into checkpatch-check-for-if-0-if-1.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: checkpatch-check-for-if-0-if-1-fix

fix spacing around periods, per Joe

Cc: Abhijeet Dharmapurikar <adharmap@xxxxxxxxxxxxxx>
Cc: Joe Perches <joe@xxxxxxxxxxx>
Cc: Prakruthi Deepak Heragu <pheragu@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 scripts/checkpatch.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/scripts/checkpatch.pl~checkpatch-check-for-if-0-if-1-fix
+++ a/scripts/checkpatch.pl
@@ -5423,13 +5423,13 @@ sub process {
 # warn about #if 0
 		if ($line =~ /^.\s*\#\s*if\s+0\b/) {
 			WARN("IF_0",
-			     "Consider removing the code enclosed by this #if 0 and its #endif\n".  $herecurr);
+			     "Consider removing the code enclosed by this #if 0 and its #endif\n" . $herecurr);
 		}
 
 # warn about #if 1
 		if ($line =~ /^.\s*\#\s*if\s+1\b/) {
 			WARN("IF_1",
-			     "Consider removing the #if 1 and its #endif\n".  $herecurr);
+			     "Consider removing the #if 1 and its #endif\n" . $herecurr);
 		}
 
 # check for needless "if (<foo>) fn(<foo>)" uses
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

mm-zero-out-the-vma-in-vma_init.patch
checkpatch-check-for-if-0-if-1.patch
checkpatch-warn-when-a-patch-doesnt-have-a-description-fix.patch
fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fix.patch




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

  Powered by Linux