From: "Richard Wallman" <richard.wallman@mobilefun.co.uk>
To: linux-8086@vger.kernel.org
Subject: Another error...
Date: Wed, 25 Jun 2003 13:40:11 +0100 [thread overview]
Message-ID: <3EF9A63B.5480.98EAD78@localhost> (raw)
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
reply other threads:[~2003-06-25 12:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EF9A63B.5480.98EAD78@localhost \
--to=richard.wallman@mobilefun.co.uk \
--cc=linux-8086@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.