From: Sebastian Brückner <sebastian.brueckner@epost.de>
To: linux-kernel@vger.kernel.org
Subject: typo in patch-2.4.0-ac3.bz2
Date: Sun, 7 Jan 2001 14:08:24 +0100 [thread overview]
Message-ID: <01010714040102.15584@flottekiste> (raw)
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
Hi!
There's a typo in patch-2.4.0-ac3.bz2
file drivers/video/vesafb.c
there is a variable "temp_sze" - it has to be "temp_size"
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 516 bytes --]
--- linux/drivers/video/vesafb.c.old Sun Jan 7 13:29:40 2001
+++ linux/drivers/video/vesafb.c Sun Jan 7 13:29:03 2001
@@ -637,7 +637,7 @@
int temp_size = video_size;
/* Find the largest power-of-two */
while (temp_size & (temp_size - 1))
- temp_sze &= (temp_size - 1);
+ temp_size &= (temp_size - 1);
/* Try and find a power of two to add */
while (temp_size && mtrr_add(video_base, temp_size, MTRR_TYPE_WRCOMB, 1)==-EINVAL) {
reply other threads:[~2001-01-07 13:02 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=01010714040102.15584@flottekiste \
--to=sebastian.brueckner@epost.de \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®