All of lore.kernel.org
 help / color / mirror / Atom feed
* [alternative-merged] headerdep-perlcritic-warning.patch removed from -mm tree
@ 2010-03-24 14:50 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-03-24 14:50 UTC (permalink / raw)
  To: shemminger, amwang, mmarek, mm-commits


The patch titled
     headerdep: perlcritic warning
has been removed from the -mm tree.  Its filename was
     headerdep-perlcritic-warning.patch

This patch was dropped because an alternative patch was merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: headerdep: perlcritic warning
From: Stephen Hemminger <shemminger@vyatta.com>

Minor perlcritic warning:
headerdep.pl: "return" statement with explicit "undef" at line 84, column 2.  See page 199 of PBP.  (Severity: 5)

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: WANG Cong <amwang@redhat.com>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/headerdep.pl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN scripts/headerdep.pl~headerdep-perlcritic-warning scripts/headerdep.pl
--- a/scripts/headerdep.pl~headerdep-perlcritic-warning
+++ a/scripts/headerdep.pl
@@ -80,8 +80,7 @@ sub search {
 		my $path = "$i/$filename";
 		return $path if -f $path;
 	}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-24 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 14:50 [alternative-merged] headerdep-perlcritic-warning.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.