preparsing mispellings in DRM and ATM header

From: Jean-Luc Leger (reiga@dspnet.fr.eu.org)
Date: Mon Oct 22 2001 - 17:51:36 EST


Hi,

Here are some little bugs in preparsing code :
(Line numbers are all from 2.4.12-ac5 but seems to be the same for plain 2.4.12)

------------------------------------------------------------------
I tried to send this one to Rik Faith (faith@valinux.com)
but it seems he doesn't work there anymore ..
Maybe MAINTAINERS should be updated ^^;
 
The bug :
Line 39 of drivers/char/drm/ati_pcigart.h
-> Should be #else (and not #elif with nothing else on the line)
 
-------------------------------------------------------------------
And an another one. Is there a maintainer for drivers/atm directory ?
 
The bug :
Line 628 of drivers/atm/nicstar.h
#eliif (NS_LGBUFSIZE == 8192)
-> should be #elif
 
-------------------------------------------------------------------
And finaly, just for the purity of the code :

Line 2473 of drivers/sbus/char/aurora.c
#endif;
-> ';' seems useless

------------------------------------------------------------------
And one question : to whom should I send a patch for arch/ia64/sn
subdir ?

        JL Leger

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 23 2001 - 21:00:33 EST