checkpatch: report any absolute references to kernel source files
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:21 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:35 +0000 (11:21 -0700)
commit6ecd967444223cea4a02d55fdc0f0510baa69523
tree852a9a63f4dc4f13dd07126c81209d595e51097f
parente09dec4831bbb319987215ea0a280b2a620021b7
checkpatch: report any absolute references to kernel source files

Absolute references to kernel source files are generally only useful
locally to the originator of the patch.  Check for any such references and
report them.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl