lkml.org 
[lkml]   [2001]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] typo in vesafb.c (against 2.4.0-ac3)

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 */
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) {




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.034 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site