public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: ms <ms@zeelandnet.nl>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] sisfb fix
Date: Tue, 04 Jun 2002 05:29:49 -0100	[thread overview]
Message-ID: <3CFC5E5D.9030406@zeelandnet.nl> (raw)

This patch contains a fix for recently submitted sisfb code from alan (ac).
Missing var in struct.

diff -Naur linux/include/linux/sisfb.h linux-sisfb/include/linux/sisfb.h
--- linux/include/linux/sisfb.h Tue Jun  4 18:22:32 2002
+++ linux-sisfb/include/linux/sisfb.h   Tue Jun  4 18:21:32 2002
@@ -108,6 +108,7 @@
        unsigned char revision_id;
 
        char reserved[256];
+       unsigned int mtrr;
 };
 
 #ifdef __KERNEL__




                 reply	other threads:[~2002-06-04 16:26 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=3CFC5E5D.9030406@zeelandnet.nl \
    --to=ms@zeelandnet.nl \
    --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