Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Loongson64: Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: chenhc@lemote.com
Cc: viresh.kumar@linaro.org
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13322/
Patchwork: https://patchwork.linux-mips.org/patch/13332/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Andrea Gelmini and committed by
Ralf Baechle
fb0f6e8a dc3c2739

+2 -2
+1 -1
arch/mips/include/asm/mach-loongson64/loongson_hwmon.h
··· 24 24 u8 level; 25 25 }; 26 26 27 - #define CONSTANT_SPEED_POLICY 0 /* at constent speed */ 27 + #define CONSTANT_SPEED_POLICY 0 /* at constant speed */ 28 28 #define STEP_SPEED_POLICY 1 /* use up/down arrays to describe policy */ 29 29 #define KERNEL_HELPER_POLICY 2 /* kernel as a helper to fan control */ 30 30
+1 -1
arch/mips/loongson64/loongson-3/hpet.c
··· 212 212 /* set hpet base address */ 213 213 smbus_write(SMBUS_PCI_REGB4, HPET_ADDR); 214 214 215 - /* enable decodeing of access to HPET MMIO*/ 215 + /* enable decoding of access to HPET MMIO*/ 216 216 smbus_enable(SMBUS_PCI_REG40, (1 << 28)); 217 217 218 218 /* HPET irq enable */