From: Stephane Ouellette <ouellettes@videotron.ca>
To: davej@suse.de
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [COSMETIC][2.4.27-pre2] Remove extra semicolumn in arch/i386/mm/fault.c
Date: Sun, 09 May 2004 22:57:48 -0400 [thread overview]
Message-ID: <409EEFAC.705@videotron.ca> (raw)
[-- 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;
reply other threads:[~2004-05-10 2:59 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=409EEFAC.705@videotron.ca \
--to=ouellettes@videotron.ca \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox