2.4.13-ac2 alpha missing ')'

Tom Vier (tmv5@home.com)
Fri, 26 Oct 2001 22:13:27 -0400


--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

fixes typo

-- 
Tom Vier <tmv5@home.com>
DSA Key id 0x27371A2C

--ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="2.4.13-ac2-time.diff"

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;

--ReaqsoxgOBHFXBhH-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/