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)
commit32f30ca9f19df77eced0ec029ce9dcfb24ff045b
treebbad4730386378fdd178a3e73db929a4daf6552a
parenta55ee0cc09a4e3ee6c4443afdbff53639672178f
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