linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Typo in drivers/video/modedb.c
@ 2008-10-25 15:27 Jiří Moravec
  2008-10-25 16:16 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Jiří Moravec @ 2008-10-25 15:27 UTC (permalink / raw)
  To: linux-kernel

When I viewed drivers/video/modedb.c, so I accidentally noticed a very old typo already contained in 2.6.0.
This typo remained unheeded at least 5 years. Clear evidence of its importance.  ;) 
---
diff -Nupr a/drivers/video/modedb.c b/drivers/video/modedb.c
--- a/drivers/video/modedb.c	2008-10-25 16:18:00.000000000 +0200
+++ b/drivers/video/modedb.c	2008-10-25 16:18:10.000000000 +0200
@@ -329,7 +329,7 @@ const struct fb_videomode vesa_modes[] =
 	  FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
 	  FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
 	/* 17 1152x864-75 VESA */
-	{ NULL, 75, 1153, 864, 9259, 256, 64, 32, 1, 128, 3,
+	{ NULL, 75, 1152, 864, 9259, 256, 64, 32, 1, 128, 3,
 	  FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
 	  FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
 	/* 18 1280x960-60 VESA */
---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Typo in drivers/video/modedb.c
  2008-10-25 15:27 [PATCH] Typo in drivers/video/modedb.c Jiří Moravec
@ 2008-10-25 16:16 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2008-10-25 16:16 UTC (permalink / raw)
  To: Jiří Moravec
  Cc: Linux Kernel Development, Linux Frame Buffer Device Development,
	Andrew Morton

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; CHARSET=UTF-8, Size: 1240 bytes --]

On Sat, 25 Oct 2008, JiÅ~Yí Moravec wrote:
> When I viewed drivers/video/modedb.c, so I accidentally noticed a very old typo already contained in 2.6.0.
> This typo remained unheeded at least 5 years. Clear evidence of its importance.  ;) 

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

> ---
> diff -Nupr a/drivers/video/modedb.c b/drivers/video/modedb.c
> --- a/drivers/video/modedb.c	2008-10-25 16:18:00.000000000 +0200
> +++ b/drivers/video/modedb.c	2008-10-25 16:18:10.000000000 +0200
> @@ -329,7 +329,7 @@ const struct fb_videomode vesa_modes[] =
>  	  FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
>  	  FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
>  	/* 17 1152x864-75 VESA */
> -	{ NULL, 75, 1153, 864, 9259, 256, 64, 32, 1, 128, 3,
> +	{ NULL, 75, 1152, 864, 9259, 256, 64, 32, 1, 128, 3,
>  	  FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
>  	  FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
>  	/* 18 1280x960-60 VESA */

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-25 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-25 15:27 [PATCH] Typo in drivers/video/modedb.c Jiří Moravec
2008-10-25 16:16 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).