]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: disallow --git and --file/--fix
authorJoe Perches <joe@perches.com>
Thu, 4 Jun 2020 23:50:40 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commit8f1a57007e329ad9cb9aad79bc043e159537403b
treebbad4730386378fdd178a3e73db929a4daf6552a
parentb6eedfc6bf49bb7183b75a05940c5972244cede4
checkpatch: disallow --git and --file/--fix

Don't allow these options to be combined.

Miscellanea:

o Add missing $P: to some die("reason message") output

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/3dc7bdaa58490f5906efc11a4d6113e42a087723.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl