mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* typo in patch-2.4.0-ac3.bz2
@ 2001-01-07 13:08 Sebastian Brückner
  0 siblings, 0 replies; only message in thread
From: Sebastian Brückner @ 2001-01-07 13:08 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

Hi!

There's a typo in patch-2.4.0-ac3.bz2 
file drivers/video/vesafb.c

there is a variable "temp_sze" - it has to be "temp_size"


[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 516 bytes --]

--- linux/drivers/video/vesafb.c.old	Sun Jan  7 13:29:40 2001
+++ linux/drivers/video/vesafb.c	Sun Jan  7 13:29:03 2001
@@ -637,7 +637,7 @@
 		int temp_size = video_size;
 		/* Find the largest power-of-two */
 		while (temp_size & (temp_size - 1))
-                	temp_sze &= (temp_size - 1);
+                	temp_size &= (temp_size - 1);
                         
                 /* Try and find a power of two to add */
 		while (temp_size && mtrr_add(video_base, temp_size, MTRR_TYPE_WRCOMB, 1)==-EINVAL) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-07 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-07 13:08 typo in patch-2.4.0-ac3.bz2 Sebastian Brückner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®