]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20186935bb837e8d69782b8d6efcf8a73315896a
tree852a9a63f4dc4f13dd07126c81209d595e51097f
parent5aec3d318f1bda095aae7826b6bdcba019ba9601
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