Re: [PATCH v3] checkpatch: Warn if missing author Signed-off-by

2018-07-12 Thread Linus Walleij
On Thu, Jul 12, 2018 at 12:03 PM Geert Uytterhoeven wrote: > Print a warning if none of the Signed-off-by lines cover the patch > author. > > Non-ASCII quoted printable encoding in From: headers and (lack of) > double quotes are handled. > Split From: headers are not fully handled: only the first

Re: [PATCH v3] checkpatch: Warn if missing author Signed-off-by

2018-07-12 Thread Joe Perches
On Thu, 2018-07-12 at 12:03 +0200, Geert Uytterhoeven wrote: > Print a warning if none of the Signed-off-by lines cover the patch > author. > > Non-ASCII quoted printable encoding in From: headers and (lack of) > double quotes are handled. > Split From: headers are not fully handled: only the firs

[PATCH v3] checkpatch: Warn if missing author Signed-off-by

2018-07-12 Thread Geert Uytterhoeven
Print a warning if none of the Signed-off-by lines cover the patch author. Non-ASCII quoted printable encoding in From: headers and (lack of) double quotes are handled. Split From: headers are not fully handled: only the first part is compared. Signed-off-by: Geert Uytterhoeven --- Tested using