Re: Linux 2.4.19-pre7

Khalid Aziz (khalid@fc.hp.com)
Tue, 16 Apr 2002 19:17:58 -0600 (MDT)


It is the SPACEs vs TABs problems. Your mailer or my mailer converted
TABs to SPACEs. Replaces SPACEs with TABs or try the following patch
again.

--
Khalid

--- linux-2.4.19-pre7/include/asm-i386/serial.h Tue Apr 16 18:52:50 2002 +++ linux-2.4.19-pre7-fixed/include/asm-i386/serial.h Tue Apr 16 18:55:06 2002 @@ -140,8 +140,8 @@ #endif #define SERIAL_PORT_DFNS \ - HCDP_SERIAL_PORT_DEFNS \ STD_SERIAL_PORT_DEFNS \ + HCDP_SERIAL_PORT_DEFNS \ EXTRA_SERIAL_PORT_DEFNS \ HUB6_SERIAL_PORT_DFNS \ MCA_SERIAL_PORT_DFNS

> On Tue, Apr 16, 2002 at 01:56:15PM -0600, Khalid Aziz wrote: > > I broke this with a typo in my patch (I inserted a line one line above > > where I wanted to). Follwing patch will fix the problem. > > > > -- > > Khalid > > > > --- linux-2.4.18-hcdpold/include/asm-i386/serial.h Tue Apr 16 > > 12:05:27 2002 > > +++ linux-2.4.18-hcdp/include/asm-i386/serial.h Tue Apr 16 12:02:54 2002 > > @@ -140,8 +140,8 @@ > > #endif > > > > #define SERIAL_PORT_DFNS \ > > - HCDP_SERIAL_PORT_DEFNS \ > > STD_SERIAL_PORT_DEFNS \ > > + HCDP_SERIAL_PORT_DEFNS \ > > EXTRA_SERIAL_PORT_DEFNS \ > > HUB6_SERIAL_PORT_DFNS \ > > MCA_SERIAL_PORT_DFNS > > > > > > > > > failed against 2.4.19-pre7 here > -- > Chad Young > Linux User #195191 > - 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/