MIPS: Loongson64: Fix typo
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:00:26 +0000 (14:00 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 28 May 2016 10:35:07 +0000 (12:35 +0200)
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>
arch/mips/include/asm/mach-loongson64/loongson_hwmon.h
arch/mips/loongson64/loongson-3/hpet.c

index 4431fc54a36c3dd1d1a9ea9b9bfeb97ab6a4f64b..74230d0ca98bac70db17c8c2a7413fddbe596fd4 100644 (file)
@@ -24,7 +24,7 @@ struct temp_range {
        u8 level;
 };
 
-#define CONSTANT_SPEED_POLICY  0  /* at constent speed */
+#define CONSTANT_SPEED_POLICY  0  /* at constant speed */
 #define STEP_SPEED_POLICY      1  /* use up/down arrays to describe policy */
 #define KERNEL_HELPER_POLICY   2  /* kernel as a helper to fan control */
 
index a2631a52ca998c0029b27cec6fa85bac9d0782d0..249039af66c419b9528713a4e70f1d2171948444 100644 (file)
@@ -212,7 +212,7 @@ static void hpet_setup(void)
        /* set hpet base address */
        smbus_write(SMBUS_PCI_REGB4, HPET_ADDR);
 
-       /* enable decodeing of access to HPET MMIO*/
+       /* enable decoding of access to HPET MMIO*/
        smbus_enable(SMBUS_PCI_REG40, (1 << 28));
 
        /* HPET irq enable */
This page took 0.026388 seconds and 5 git commands to generate.