checkpatch: macro complexity checks are meaningless in linker scripts
authorAndy Whitcroft <apw@shadowen.org>
Thu, 24 Jul 2008 04:29:07 +0000 (21:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:26 +0000 (10:47 -0700)
commitb8f96a31f38c8e9fc75f0a89c6815e7cbc402858
treed68058c4329c6cb32255f905a2aac02a3bfac273
parentd2172eb5bd4b7d06577113ec40635083619ca54a
checkpatch: macro complexity checks are meaningless in linker scripts

Exclude vmlinux.lds.h from the macro complexity checks.  They will never
apply sanely here.

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