All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] drivers/video/gbefb.c
Date: Thu, 18 Nov 2004 00:58:37 +0100	[thread overview]
Message-ID: <1100735917.7866.11.camel@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

The current gbefb.c source cannot be compiled as module because of a
small typo where "option" was written instead of "options" in two
places.

Here is a small patch that fixes it. May anyone apply it?

Thanks,
Giuseppe

[-- Attachment #2: Type: text/x-patch, Size: 338 bytes --]

Index: gbefb.c
===================================================================
RCS file: /home/cvs/linux/drivers/video/gbefb.c,v
retrieving revision 1.11
diff -r1.11 gbefb.c
1121c1121
< 	char *option = NULL;
---
> 	char *options = NULL;
1123c1123
< 	if (fb_get_options("gbefb", &option))
---
> 	if (fb_get_options("gbefb", &options))

             reply	other threads:[~2004-11-18  0:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-17 23:58 Giuseppe Sacco [this message]
2004-11-18  3:57 ` [PATCH] drivers/video/gbefb.c Andrew Morton

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=1100735917.7866.11.camel@localhost \
    --to=giuseppe@eppesuigoccas.homedns.org \
    --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 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.