[folded] checkincludespl-add-option-to-remove-duplicates-in-place-update.patch removed from -mm tree

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

 



The patch titled
     checkincludespl-add-option-to-remove-duplicates-in-place-update
has been removed from the -mm tree.  Its filename was
     checkincludespl-add-option-to-remove-duplicates-in-place-update.patch

This patch was dropped because it was folded into checkincludespl-add-option-to-remove-duplicates-in-place.patch

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

------------------------------------------------------
Subject: checkincludespl-add-option-to-remove-duplicates-in-place-update
From: "Luis R. Rodriguez" <lrodriguez@xxxxxxxxxxx>

some sort of documentation added.

Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 scripts/checkincludes.pl |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff -puN scripts/checkincludes.pl~checkincludespl-add-option-to-remove-duplicates-in-place-update scripts/checkincludes.pl
--- a/scripts/checkincludes.pl~checkincludespl-add-option-to-remove-duplicates-in-place-update
+++ a/scripts/checkincludes.pl
@@ -1,8 +1,15 @@
 #!/usr/bin/perl
 #
-# checkincludes: Find files included more than once in (other) files.
+# checkincludes: find/remove files included more than once
+#
 # Copyright abandoned, 2000, Niels Kristian Bech Jensen <nkbj@xxxxxxxx>.
-# Copyright abandoned, 2009, Luis R. Rodriguez <mcgrof@xxxxxxxxx>
+# Copyright 2009 Luis R. Rodriguez <mcgrof@xxxxxxxxx>
+#
+# This script checks for duplicate includes. It also has support
+# to remove them in place. Note that this will not take into
+# consideration macros so you should run this only if you know
+# you do have real dups and do not have them under #ifdef's. You
+# could also just review the results.
 
 sub usage {
 	print "Usage: checkincludes.pl [-r]\n";
_

Patches currently in -mm which might be from lrodriguez@xxxxxxxxxxx are

checkincludespl-close-file-as-soon-as-were-done-with-it.patch
checkincludespl-provide-usage-helper.patch
checkincludespl-add-option-to-remove-duplicates-in-place.patch
checkincludespl-add-option-to-remove-duplicates-in-place-update.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