Re: [PATCH] checkpatch: relax check for revert commit

2018-04-09 Thread Jia He
On 4/9/2018 6:50 PM, Joe Perches Wrote: On Mon, 2018-04-09 at 14:37 +0800, Jia He wrote: On 4/9/2018 1:07 AM, Joe Perches Wrote: On Sun, 2018-04-08 at 10:12 +0800, Jia He wrote: Hi Andy & Joe Although it is minor, it is a real bug, I thought. Is there any comment? Thank you If you really

Re: [PATCH] checkpatch: relax check for revert commit

2018-04-09 Thread Joe Perches
On Mon, 2018-04-09 at 14:37 +0800, Jia He wrote: > > On 4/9/2018 1:07 AM, Joe Perches Wrote: > > On Sun, 2018-04-08 at 10:12 +0800, Jia He wrote: > > > Hi Andy & Joe > > > > > > Although it is minor, it is a real bug, I thought. > > > > > > Is there any comment? Thank you > > > > If you really

Re: [PATCH] checkpatch: relax check for revert commit

2018-04-08 Thread Jia He
On 4/9/2018 1:07 AM, Joe Perches Wrote: On Sun, 2018-04-08 at 10:12 +0800, Jia He wrote: Hi Andy & Joe Although it is minor, it is a real bug, I thought. Is there any comment? Thank you If you really want to do something useful here, quote the quote characters and compare for that. Hi Jo

Re: [PATCH] checkpatch: relax check for revert commit

2018-04-08 Thread Joe Perches
On Sun, 2018-04-08 at 10:12 +0800, Jia He wrote: > Hi Andy & Joe > > Although it is minor, it is a real bug, I thought. > > Is there any comment? Thank you If you really want to do something useful here, quote the quote characters and compare for that.

Re: [PATCH] checkpatch: relax check for revert commit

2018-04-07 Thread Jia He
Hi Andy & Joe Although it is minor, it is a real bug, I thought. Is there any comment? Thank you --- Cheers, Jia On 4/2/2018 10:28 PM, Jia He Wrote: For revert commit, it might has two double quotation marks in its commit log. Relax the check condition for revert commit to avoid checkpatc

[PATCH] checkpatch: relax check for revert commit

2018-04-02 Thread Jia He
For revert commit, it might has two double quotation marks in its commit log. Relax the check condition for revert commit to avoid checkpatch errors. Signed-off-by: Jia He --- scripts/checkpatch.pl | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/checkp