From: Tom Vier <tmv5@home.com>
To: linux-kernel@vger.kernel.org
Subject: 2.4.13-ac2 alpha missing ')'
Date: Fri, 26 Oct 2001 22:13:27 -0400 [thread overview]
Message-ID: <20011026221327.A14846@zero> (raw)
In-Reply-To: <20011026184315.A3069@lightning.swansea.linux.org.uk>
In-Reply-To: <20011026184315.A3069@lightning.swansea.linux.org.uk>; from laughing@shared-source.org on Fri, Oct 26, 2001 at 06:43:15PM +0100
[-- Attachment #1: Type: text/plain, Size: 63 bytes --]
fixes typo
--
Tom Vier <tmv5@home.com>
DSA Key id 0x27371A2C
[-- Attachment #2: 2.4.13-ac2-time.diff --]
[-- Type: text/plain, Size: 467 bytes --]
diff -urN linux-2.4.13-ac2/arch/alpha/kernel/time.c linux-2.4.13-ac2-patched/arch/alpha/kernel/time.c
--- linux-2.4.13-ac2/arch/alpha/kernel/time.c Fri Oct 26 21:21:26 2001
+++ linux-2.4.13-ac2-patched/arch/alpha/kernel/time.c Fri Oct 26 22:02:59 2001
@@ -209,7 +209,7 @@
return cc;
if (cc < (cpu_hz[index].min - FREQ_DEVIATION)
- || cc > (cpu_hz[index].max + FREQ_DEVIATION)
+ || cc > (cpu_hz[index].max + FREQ_DEVIATION))
return 0;
return cc;
prev parent reply other threads:[~2001-10-27 2:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-26 17:43 Linux 2.4.13-ac2 Alan Cox
2001-10-27 2:13 ` Tom Vier [this message]
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=20011026221327.A14846@zero \
--to=tmv5@home.com \
--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