* [PATCH][COSMETIC[[2.4] Remove double semicolon in arch/i386/mm/faulc.c
@ 2004-02-12 10:43 Stephane Ouellette
0 siblings, 0 replies; only message in thread
From: Stephane Ouellette @ 2004-02-12 10:43 UTC (permalink / raw)
To: marcelo; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 129 bytes --]
Marcelo,
the following patch removes a double semicolon in
arch/i386/mm/fault.c for kernel 2.4.25-rc2.
Stephane Ouellette
[-- Attachment #2: fault.c.patch --]
[-- Type: text/plain, Size: 331 bytes --]
--- linux-2.4.25-rc2/arch/i386/mm/fault.c 2004-02-11 21:33:08.000000000 -0500
+++ linux-2.4.25-rc2-fixed/arch/i386/mm/fault.c 2004-02-11 21:34:55.000000000 -0500
@@ -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-02-12 10:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-12 10:43 [PATCH][COSMETIC[[2.4] Remove double semicolon in arch/i386/mm/faulc.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