[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1306073772.1681.6.camel@Joe-Laptop>
Date: Sun, 22 May 2011 07:16:12 -0700
From: Joe Perches <joe@...ches.com>
To: anish <anish198519851985@...il.com>
Cc: davej@...hat.com, rostedt@...dmis.org, apw@...dowen.org,
akpm@...ux-foundation.org, vapier@...too.org,
linux-kernel@...r.kernel.org, man.k1983@...il.com
Subject: Re: [patch v2] checkpatch: Signature format verification
On Sun, 2011-05-22 at 15:48 +0530, anish wrote:
> This patch generates warning when there is no space between
> the patch submitter and successive mail-id.
[]
> Signed-off-by: anish kumar <anish198519851985@...il.com>
[]
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index d867081..0622f41 100755
> --- a/scripts/checkpatch.pl
> +++ b/scripts/checkpatch.pl
> @@ -29,6 +29,8 @@ my $summary_file = 0;
> my $root;
> my %debug;
> my $help = 0;
> +my ($sign,$loop_brk);
These 2 variables don't need to be at this scope.
> @@ -1365,20 +1367,30 @@ sub process {
[]
> +#check the patch for a signoff/Reviewed/Acked/Tested:
> +foreach $sign (@signs) {
Please use the appropriate indentation or add a new function.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists