lkml.org 
[lkml]   [2004]   [May]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[COSMETIC][2.4.27-pre2] Remove extra semicolumn in arch/i386/mm/fault.c
Dave,

the following patch removes an extra semicolumn in
arch/i386/mm/fault.c. The patch applies to kernel 2.4.27-pre2.

Regards,

Stephane Ouellette.

--- linux-2.4.27-pre2/arch/i386/mm/fault.c Sun May 9 22:23:22 2004
+++ linux-2.4.27-pre2-fixed/arch/i386/mm/fault.c Sun May 9 22:29:42 2004
@@ -71,7 +71,7 @@
if (!vma || vma->vm_start != start)
goto bad_area;
if (!(vma->vm_flags & VM_WRITE))
- goto bad_area;;
+ goto bad_area;
}
return 1;
\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.019 / U:0.720 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site