Re: [PATCH] typo in vesafb.c (against 2.4.0-ac3)

2001-01-07 Thread Michael D. Crawford
[EMAIL PROTECTED] said: > > this looks like a typo and fixes a compile error in > 2.4.0-ac3. (replacing temp_sze with temp_size in drivers/video/vesafb.c) I had this problem too. For some reason this patch kept getting rejected by the patch program when I tried to apply it, but editing the

[PATCH] typo in vesafb.c (against 2.4.0-ac3)

2001-01-07 Thread stewart
this looks like a typo and fixes a compile error in 2.4.0-ac3. --- drivers/video/vesafb.c.old Sun Jan 7 12:18:13 2001 +++ drivers/video/vesafb.c Sun Jan 7 12:18:23 2001 @@ -637,7 +637,7 @@ int temp_size = video_size; /* Find the largest power-of-two */

[PATCH] typo in vesafb.c (against 2.4.0-ac3)

2001-01-07 Thread stewart
this looks like a typo and fixes a compile error in 2.4.0-ac3. --- drivers/video/vesafb.c.old Sun Jan 7 12:18:13 2001 +++ drivers/video/vesafb.c Sun Jan 7 12:18:23 2001 @@ -637,7 +637,7 @@ int temp_size = video_size; /* Find the largest power-of-two */

Re: [PATCH] typo in vesafb.c (against 2.4.0-ac3)

2001-01-07 Thread Michael D. Crawford
[EMAIL PROTECTED] said: this looks like a typo and fixes a compile error in 2.4.0-ac3. (replacing temp_sze with temp_size in drivers/video/vesafb.c) I had this problem too. For some reason this patch kept getting rejected by the patch program when I tried to apply it, but editing the