linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dag Wieers <dag@mind.be>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: <linux-kernel@vger.kernel.org>
Subject: Typo in drivers/video/vesafb.c for 2.4.0-ac3
Date: Sun, 7 Jan 2001 04:10:38 +0100 (CET)	[thread overview]
Message-ID: <20010107031038.7029.qmail@mail.mind.be> (raw)

Hi,

Due to a typo in vesafb_init, compiling failes.

Here's more information:

--- drivers/video/vesafb.c.orig Sun Jan  7 03:59:45 2001
+++ drivers/video/vesafb.c      Sun Jan  7 03:59:52 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) {

--  dag wieers, <dag@mind.be>, http://mind.be/  --
            Out of swap, out of luck.

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

                 reply	other threads:[~2001-01-07  3:11 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=20010107031038.7029.qmail@mail.mind.be \
    --to=dag@mind.be \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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;
as well as URLs for NNTP newsgroup(s).