Re: Bogus error in checkpatch.pl

2014-09-03 Thread Pranith Kumar
On 09/03/2014 01:34 AM, Joe Perches wrote: > Maybe. Suggest a modified message. > How about the following? diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index b602ed2..bcc384e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2143,7 +2143,7 @@ sub process {

Re: Bogus error in checkpatch.pl

2014-09-03 Thread Pranith Kumar
On 09/03/2014 01:34 AM, Joe Perches wrote: Maybe. Suggest a modified message. How about the following? diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index b602ed2..bcc384e 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2143,7 +2143,7 @@ sub process {

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Joe Perches
On Wed, 2014-09-03 at 00:29 -0400, Pranith Kumar wrote: > Hi Joe, Hello Pranith. > On Wed, Sep 3, 2014 at 12:25 AM, Joe Perches wrote: > > You need to use parentheses around the description like: > > commit ("commit description") > > For your case: > > Commit 615cc2c9cf95

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Pranith Kumar
Hi Joe, On Wed, Sep 3, 2014 at 12:25 AM, Joe Perches wrote: > > You need to use parentheses around the description like: > commit ("commit description") > > For your case: > > Commit 615cc2c9cf95 ("Documentation/memory-barriers.txt: fix important > typo re memory barriers") > Ah, OK.

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Joe Perches
On Wed, 2014-09-03 at 00:03 -0400, Pranith Kumar wrote: > I receive an ERROR when running checkpatch.pl on a patch containing > the following line: > > Commit 615cc2c9cf95 "Documentation/memory-barriers.txt: fix important typo re > > saying that the commit ID should be 12 or more characters when

Bogus error in checkpatch.pl

2014-09-02 Thread Pranith Kumar
I receive an ERROR when running checkpatch.pl on a patch containing the following line: Commit 615cc2c9cf95 "Documentation/memory-barriers.txt: fix important typo re saying that the commit ID should be 12 or more characters when the commit ID is indeed 12 characters. I tried fixing it, but my

Bogus error in checkpatch.pl

2014-09-02 Thread Pranith Kumar
I receive an ERROR when running checkpatch.pl on a patch containing the following line: Commit 615cc2c9cf95 Documentation/memory-barriers.txt: fix important typo re saying that the commit ID should be 12 or more characters when the commit ID is indeed 12 characters. I tried fixing it, but my

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Joe Perches
On Wed, 2014-09-03 at 00:03 -0400, Pranith Kumar wrote: I receive an ERROR when running checkpatch.pl on a patch containing the following line: Commit 615cc2c9cf95 Documentation/memory-barriers.txt: fix important typo re saying that the commit ID should be 12 or more characters when the

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Pranith Kumar
Hi Joe, On Wed, Sep 3, 2014 at 12:25 AM, Joe Perches j...@perches.com wrote: You need to use parentheses around the description like: commit commitid (commit description) For your case: Commit 615cc2c9cf95 (Documentation/memory-barriers.txt: fix important typo re memory barriers)

Re: Bogus error in checkpatch.pl

2014-09-02 Thread Joe Perches
On Wed, 2014-09-03 at 00:29 -0400, Pranith Kumar wrote: Hi Joe, Hello Pranith. On Wed, Sep 3, 2014 at 12:25 AM, Joe Perches j...@perches.com wrote: You need to use parentheses around the description like: commit commitid (commit description) For your case: Commit 615cc2c9cf95