Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Joe Perches
On Thu, 2018-07-26 at 15:08 -0700, Andrew Morton wrote: > On Wed, 25 Jul 2018 19:22:47 -0700 Joe Perches wrote: > > > Potential patches should have a commit description. > > Emit a warning when there isn't one. [] > I did this: > > --- >

Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Joe Perches
On Thu, 2018-07-26 at 15:08 -0700, Andrew Morton wrote: > On Wed, 25 Jul 2018 19:22:47 -0700 Joe Perches wrote: > > > Potential patches should have a commit description. > > Emit a warning when there isn't one. [] > I did this: > > --- >

Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Andrew Morton
On Wed, 25 Jul 2018 19:22:47 -0700 Joe Perches wrote: > Potential patches should have a commit description. > Emit a warning when there isn't one. > > ... > > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -2240,6 +2240,7 @@ sub process { > my $in_header_lines = $file ? 0

Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Andrew Morton
On Wed, 25 Jul 2018 19:22:47 -0700 Joe Perches wrote: > Potential patches should have a commit description. > Emit a warning when there isn't one. > > ... > > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -2240,6 +2240,7 @@ sub process { > my $in_header_lines = $file ? 0

Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Greg KH
On Wed, Jul 25, 2018 at 07:22:47PM -0700, Joe Perches wrote: > Potential patches should have a commit description. > Emit a warning when there isn't one. > > Suggested-by: Prakruthi Deepak Heragu > Signed-off-by: Joe Perches Reviewed-by: Greg Kroah-Hartman

Re: [PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-26 Thread Greg KH
On Wed, Jul 25, 2018 at 07:22:47PM -0700, Joe Perches wrote: > Potential patches should have a commit description. > Emit a warning when there isn't one. > > Suggested-by: Prakruthi Deepak Heragu > Signed-off-by: Joe Perches Reviewed-by: Greg Kroah-Hartman

[PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-25 Thread Joe Perches
Potential patches should have a commit description. Emit a warning when there isn't one. Suggested-by: Prakruthi Deepak Heragu Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl

[PATCH] checkpatch: Warn when a patch doesn't have a description

2018-07-25 Thread Joe Perches
Potential patches should have a commit description. Emit a warning when there isn't one. Suggested-by: Prakruthi Deepak Heragu Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl