[PATCH] (6/22) dumb typo in atyfb

From: Al Viro
Date: Thu Aug 25 2005 - 00:27:59 EST


atyfb_par misspelled as aty_par, fortunately in m68k-only part of driver

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc7-amigaints/drivers/video/aty/atyfb_base.c RC13-rc7-atyfb-typo/drivers/video/aty/atyfb_base.c
--- RC13-rc7-amigaints/drivers/video/aty/atyfb_base.c 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc7-atyfb-typo/drivers/video/aty/atyfb_base.c 2005-08-25 00:54:08.000000000 -0400
@@ -3458,7 +3458,7 @@

static int __devinit atyfb_atari_probe(void)
{
- struct aty_par *par;
+ struct atyfb_par *par;
struct fb_info *info;
int m64_num;
u32 clock_r;
-
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/