diff options
| author | Yoann Padioleau <[email protected]> | 2007-06-01 00:46:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-06-01 08:18:27 -0700 |
| commit | 632155e659449685b719995d7e7081cff7b01aba (patch) | |
| tree | 3d6f7f12f89dd3ec7733c09042420cfac9114989 /scripts/basic | |
| parent | 78b7611c4a1e3ff008abc4751b566cb533d68f3d (diff) | |
potential parse error in ifdef
I have made a tool to parse the kernel that does not pre-process the
source. That means that my parser tries to parse all the code, including
code in the #else branch or code that is not often compiled because the
driver is not very used (or not used at all). So, my parser sometimes
reports parse error not originally detected by gcc. Here is my (first)
patch.
[[email protected]: fix amd8111e.c]
Signed-off-by: Yoann Padioleau <[email protected]>
Acked-by: Matthew Wilcox <[email protected]>
Acked-by: Wim Van Sebroeck <[email protected]>
Acked-by: David Woodhouse <[email protected]>
Acked-by: Jeff Garzik <[email protected]>
Acked-by: James Bottomley <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions