* [COSMETIC][2.4.27-pre2] Remove extra semicolumn in arch/i386/mm/fault.c
@ 2004-05-10 2:57 Stephane Ouellette
0 siblings, 0 replies; only message in thread
From: Stephane Ouellette @ 2004-05-10 2:57 UTC (permalink / raw)
To: davej; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
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.
[-- Attachment #2: fault.c.patch --]
[-- Type: text/plain, Size: 311 bytes --]
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-10 2:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-10 2:57 [COSMETIC][2.4.27-pre2] Remove extra semicolumn in arch/i386/mm/fault.c Stephane Ouellette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox