* Another error...
@ 2003-06-25 12:40 Richard Wallman
0 siblings, 0 replies; only message in thread
From: Richard Wallman @ 2003-06-25 12:40 UTC (permalink / raw)
To: linux-8086
Forgot to mention on the last one, these are from the tarballs off
sourceforge (have given up on their CVS service for the moment)
elks-0.1.1.1.tar.gz
kernel/dma.c
Line 97:
} /* free_dma */
should be:
} } /* free_dma */
(there's not enough closing braces for the free_dma function)
Line 240:
return (dmanr <= 3) ? count : (count << 1);
should be:
return (dma <= 3) ? count : (count << 1);
--
Richard Wallman
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-25 12:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 12:40 Another error Richard Wallman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.