From: Stephane Ouellette <ouellettes@videotron.ca>
To: marcelo@logos.cnet
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][COSMETIC[[2.4] Remove double semicolon in arch/i386/mm/faulc.c
Date: Thu, 12 Feb 2004 05:43:03 -0500 [thread overview]
Message-ID: <402B58B7.2000102@videotron.ca> (raw)
[-- 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;
reply other threads:[~2004-02-12 10:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=402B58B7.2000102@videotron.ca \
--to=ouellettes@videotron.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@logos.cnet \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.