Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96315129 authored by Josh Triplett's avatar Josh Triplett Committed by Adrian Bunk
Browse files

Fix typo in arch/x86/kernel/tsc_32.c



Signed-off-by: default avatarJosh Triplett <josh@kernel.org>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 582fe6fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ EXPORT_SYMBOL_GPL(check_tsc_unstable);
 *	And since SC is a constant power of two, we can convert the div
 *  into a shift.
 *
 *  We can use khz divisor instead of mhz to keep a better percision, since
 *  We can use khz divisor instead of mhz to keep a better precision, since
 *  cyc2ns_scale is limited to 10^6 * 2^10, which fits in 32 bits.
 *  (mathieu.desnoyers@polymtl.ca)
 *