Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH 1/1] SCRIPTS: Fix whitespace in get_maintainer output

0 views
Skip to first unread message

Richard Hartmann

unread,
Feb 9, 2010, 7:40:02 PM2/9/10
to

Signed-off-by: Richard Hartmann <richih.ma...@gmail.com>
---
scripts/get_maintainer.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 2f3230d..430928e 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -278,7 +278,7 @@ foreach my $file (@ARGV) {
}
close(PATCH);
if ($file_cnt == @files) {
- warn "$P: file '${file}' doesn't appear to be a patch. "
+ warn "$P: file '${file}' doesn't appear to be a patch. "
. "Add -f to options?\n";
}
@files = sort_and_uniq(@files);
--
1.6.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Joe Perches

unread,
Feb 9, 2010, 7:50:03 PM2/9/10
to
On Wed, 2010-02-10 at 01:37 +0100, Richard Hartmann wrote:
> - warn "$P: file '${file}' doesn't appear to be a patch. "
> + warn "$P: file '${file}' doesn't appear to be a patch. "

One space not two after periods? Horrors.

Well if you like, but that's not what I like.

Not-acked-by-but-not-specifically-rejected-by etc.

cheers, Joe

FULL STOP

Richard Hartmann

unread,
Feb 9, 2010, 8:10:03 PM2/9/10
to
On Wed, Feb 10, 2010 at 01:47, Joe Perches <j...@perches.com> wrote:

> One space not two after periods?  Horrors.

Not quite, but still wrong and worthy of a fix :)

For what it's worth, applying it would take less time than the
sending and reading of these two emails ;)


Still, any feedback is good feedback.

Thanks,
Richard

0 new messages