[PATCH] headers_check: improve #include regexp
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 13 Sep 2006 03:36:00 +0000 (20:36 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 13 Sep 2006 14:32:15 +0000 (07:32 -0700)
commit120e2a97268c312bf81ee3d8cacc75d1f75ef8b5
tree1c7f2aa0bc0ebb3f34edfe33eae02be0f2da507a
parent354332ee44834819ff31a0afbeffda0c32244f8f
[PATCH] headers_check: improve #include regexp

The following combinations of pp-tokens are used

#include
 #include
# include

so, script'd better check for all of them.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/hdrcheck.sh