From: Knut Petersen <Knut_Petersen@t-online.de>
To: Andrew Morton <akpm@osdl.org>
Cc: "Antonino A. Daplas" <adaplas@gmail.com>,
linux-fbdev-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: [PATCH 1/1] Constant spelling
Date: Sat, 10 Dec 2005 19:45:06 +0100 [thread overview]
Message-ID: <439B2232.9010906@t-online.de> (raw)
Obviously constants should be spelled correctly.
Follow-up to fbdev-fixing-switch-to-kd_text-enhanced-version.patch
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
diff -uprN -X linux/Documentation/dontdiff -x '*.bak' -x '*.ctx' linuxorig/drivers/video/console/fbcon.c linuxtmp/drivers/video/console/fbcon.c
--- linuxorig/drivers/video/console/fbcon.c 2005-12-10 19:36:49.000000000 +0100
+++ linuxtmp/drivers/video/console/fbcon.c 2005-12-10 19:36:40.000000000 +0100
@@ -2104,7 +2104,7 @@ static int fbcon_switch(struct vc_data *
ops->var = info->var;
if (old_info != NULL && (old_info != info ||
- info->flags & FBINFO_MISC_ALLWAYS_SETPAR)) {
+ info->flags & FBINFO_MISC_ALWAYS_SETPAR)) {
if (info->fbops->fb_set_par)
info->fbops->fb_set_par(info);
fbcon_del_cursor_timer(old_info);
diff -uprN -X linux/Documentation/dontdiff -x '*.bak' -x '*.ctx' linuxorig/include/linux/fb.h linuxtmp/include/linux/fb.h
--- linuxorig/include/linux/fb.h 2005-12-10 19:36:49.000000000 +0100
+++ linuxtmp/include/linux/fb.h 2005-12-10 19:36:42.000000000 +0100
@@ -735,7 +735,7 @@ struct fb_tile_ops {
* code whenever there is a bug report related to switching between X and the
* framebuffer console.
*/
-#define FBINFO_MISC_ALLWAYS_SETPAR 0x40000
+#define FBINFO_MISC_ALWAYS_SETPAR 0x40000
struct fb_info {
reply other threads:[~2005-12-10 18:44 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=439B2232.9010906@t-online.de \
--to=knut_petersen@t-online.de \
--cc=adaplas@gmail.com \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--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