From: "Daniel K." <dk@uw.no>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Luis R. Rodriguez" <lrodriguez@Atheros.com>,
joe@perches.com, torvalds@linux-foundation.org,
linux-kernel@vger.kernel.org, mcgrof@gmail.com
Subject: Re: [PATCH 3/3] checkincludes.pl: add option to remove duplicates in place
Date: Thu, 06 Aug 2009 19:17:14 +0000 [thread overview]
Message-ID: <4A7B2C3A.9090709@uw.no> (raw)
In-Reply-To: <20090805185945.1ece6088.akpm@linux-foundation.org>
Andrew Morton wrote:
> On Wed, 5 Aug 2009 17:51:12 -0700 "Luis R. Rodriguez" <lrodriguez@Atheros.com> wrote:
>> - print "Usage: checkincludes.pl <file list>\n";
>> + print "Usage: checkincludes.pl [-r]\n";
>> + print "By default we just warn of duplicates\n";
>> + print "To remove files in place use -r\n";
>
> I'm not sure I like the wording here - I don't _want_ my files removed!
>
> This?
>
> --- a/scripts/checkincludes.pl~checkincludespl-add-option-to-remove-duplicates-in-place-fix
> +++ a/scripts/checkincludes.pl
> @@ -7,7 +7,7 @@
> sub usage {
> print "Usage: checkincludes.pl [-r]\n";
> print "By default we just warn of duplicates\n";
> - print "To remove files in place use -r\n";
> + print "To remove duplicated includes in place use -r\n";
> exit 1;
> }
>
And perhaps the '<file list>' should be kept as well, for documentation?
--- a/scripts/checkincludes.pl
+++ a/scripts/checkincludes.pl
@@ -5,7 +5,7 @@
# Copyright abandoned, 2009, Luis R. Rodriguez <mcgrof@gmail.com>
sub usage {
- print "Usage: checkincludes.pl [-r]\n";
+ print "Usage: checkincludes.pl [-r] <file list>\n";
print "By default we just warn of duplicates\n";
print "To remove duplicated includes in place use -r\n";
exit 1;
Daniel K.
prev parent reply other threads:[~2009-08-06 19:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 0:51 [PATCH 0/3] checkincludes.pl: add removal option Luis R. Rodriguez
2009-08-06 0:51 ` [PATCH 1/3] checkincludes.pl: close file as soon as we're done with it Luis R. Rodriguez
2009-08-06 0:51 ` [PATCH 2/3] checkincludes.pl: provide usage helper Luis R. Rodriguez
2009-08-06 0:51 ` [PATCH 3/3] checkincludes.pl: add option to remove duplicates in place Luis R. Rodriguez
2009-08-06 1:59 ` Andrew Morton
2009-08-06 2:10 ` Luis R. Rodriguez
2009-08-06 19:17 ` Daniel K. [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A7B2C3A.9090709@uw.no \
--to=dk@uw.no \
--cc=akpm@linux-foundation.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lrodriguez@Atheros.com \
--cc=mcgrof@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox