[PATCH 1/1] Constant spelling

From: Knut Petersen
Date: Sat Dec 10 2005 - 13:49:49 EST


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@xxxxxxxxxxx>


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 {

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