* 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
* Re: some bugs in preparsing directives
2001-10-16 10:02 some bugs in preparsing directives Jean-Luc Leger
@ 2001-10-16 19:05 ` Russell King
0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2001-10-16 19:05 UTC (permalink / raw)
To: Jean-Luc Leger; +Cc: linux-kernel
On Tue, Oct 16, 2001 at 12:02:01PM +0200, Jean-Luc Leger wrote:
> * drivers/acorn/scsi/ecoscsi.c : #endif missing at the end of file
> -> the #if directive is in line 235
Thanks.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ 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