checkpatch: emit a warning on embedded filenames
authorJoe Perches <joe@perches.com>
Fri, 16 Oct 2020 03:12:19 +0000 (20:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:21 +0000 (11:11 -0700)
commita0154cdbd3dcf2b1b92f42cb1351a63f3f947e80
tree6757efb8dacb5b1b36bfe77ae0b84fb8da785b08
parente7f929f3ca9ecadb7d38340345920af49e09eb6a
checkpatch: emit a warning on embedded filenames

Embedding the complete filename path inside the file isn't particularly
useful as often the path is moved around and becomes incorrect.

Emit a warning when the source contains the filename.

[akpm@linux-foundation.org: remove stray " di"]

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