commit | 120e2a97268c312bf81ee3d8cacc75d1f75ef8b5 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Sep 12 20:36:00 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 13 07:32:15 2006 -0700 |
tree | 1c7f2aa0bc0ebb3f34edfe33eae02be0f2da507a | |
parent | 354332ee44834819ff31a0afbeffda0c32244f8f [diff] |
[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>