* some bugs in preparsing directives
@ 2001-10-16 10:02 Jean-Luc Leger
2001-10-16 19:05 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Jean-Luc Leger @ 2001-10-16 10:02 UTC (permalink / raw)
To: linux-kernel
Hello,
here are some probable bugs :
(line numbers are from 2.4.12-ac3)
* drivers/telephony/ixj.c : unknown directive in line 390
-> should be #define
* drivers/acorn/scsi/ecoscsi.c : #endif missing at the end of file
-> the #if directive is in line 235
* drivers/scsi/dpt_i2o.c : Expression expected in #elif at lines 83 and 1804
-> "defined"
* drivers/media/video/planb.c : #endif unexpected out of an #if at line 69
-> line 67 should be "#else" (not #endif)
JLL
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-16 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-16 10:02 some bugs in preparsing directives Jean-Luc Leger
2001-10-16 19:05 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox