* [PATCH 1/1] Constant spelling
@ 2005-12-10 18:45 ` Knut Petersen
0 siblings, 0 replies; 2+ messages in thread
From: Knut Petersen @ 2005-12-10 18:45 UTC (permalink / raw)
To: Andrew Morton; +Cc: Antonino A. Daplas, linux-fbdev-devel, linux-kernel
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 {
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] Constant spelling
@ 2005-12-10 18:45 ` Knut Petersen
0 siblings, 0 replies; 2+ messages in thread
From: Knut Petersen @ 2005-12-10 18:45 UTC (permalink / raw)
To: Andrew Morton; +Cc: Antonino A. Daplas, linux-fbdev-devel, linux-kernel
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 {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-10 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-10 18:45 [PATCH 1/1] Constant spelling Knut Petersen
2005-12-10 18:45 ` Knut Petersen
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.