[COSMETIC][2.4.27-pre2] Remove extra semicolumn inarch/i386/mm/fault.c

From: Stephane Ouellette
Date: Sun May 09 2004 - 22:02:17 EST


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;