lkml.org 
[lkml]   [2001]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subjecttypo in patch-2.4.0-ac3.bz2
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"

--- 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) {
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.032 / U:2.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site