mfd: Fix a few spelling mistakes in PMIC header file comments
authorKaihua Zhong <zhongkaihua@kylinos.cn>
Wed, 29 Nov 2023 01:55:26 +0000 (09:55 +0800)
committerLee Jones <lee@kernel.org>
Thu, 7 Dec 2023 13:50:30 +0000 (13:50 +0000)
Fix four comment typos in MFD PMIC header files.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Kaihua Zhong <zhongkaihua@kylinos.cn>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231129015526.3302865-1-zhongkaihua@kylinos.cn
Signed-off-by: Lee Jones <lee@kernel.org>
include/linux/mfd/max77693-private.h
include/linux/mfd/max77843-private.h
include/linux/mfd/si476x-platform.h
include/linux/mfd/tps65910.h

index 311f7d3d23236e3d60cfb27943cb107565838caa..54444ff2a5deacb94944c05f37bc7d1b1855de67 100644 (file)
@@ -405,7 +405,7 @@ enum max77693_haptic_reg {
        MAX77693_HAPTIC_REG_END,
 };
 
-/* max77693-pmic LSCNFG configuraton register */
+/* max77693-pmic LSCNFG configuration register */
 #define MAX77693_PMIC_LOW_SYS_MASK      0x80
 #define MAX77693_PMIC_LOW_SYS_SHIFT     7
 
index 0bc7454c4dbe31c18ab892189f09b7b4d0936c41..2fb4db67f1104a06711d19232d4b37b1196f3748 100644 (file)
@@ -198,7 +198,7 @@ enum max77843_irq_muic {
 #define MAX77843_MCONFIG_MEN_MASK              BIT(MCONFIG_MEN_SHIFT)
 #define MAX77843_MCONFIG_PDIV_MASK             (0x3 << MCONFIG_PDIV_SHIFT)
 
-/* Max77843 charger insterrupts */
+/* Max77843 charger interrupts */
 #define MAX77843_CHG_BYP_I                     BIT(0)
 #define MAX77843_CHG_BATP_I                    BIT(2)
 #define MAX77843_CHG_BAT_I                     BIT(3)
index 18363b773d070960c7db2f2141537c950f8bc5e0..cb99e16ca9473698f86aa5769a210b6b001355c3 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __SI476X_PLATFORM_H__
 #define __SI476X_PLATFORM_H__
 
-/* It is possible to select one of the four adresses using pins A0
+/* It is possible to select one of the four addresses using pins A0
  * and A1 on SI476x */
 #define SI476X_I2C_ADDR_1      0x60
 #define SI476X_I2C_ADDR_2      0x61
index 701925db75b3f6dbd3af9a20566325f57518fa4c..f67ef0a4e041c1b0e391c8135219758f087b74ce 100644 (file)
 #define VDDCTRL_ST_SHIFT                                 0
 
 
-/*Register VDDCTRL_OP  (0x28) bit definitios */
+/*Register VDDCTRL_OP  (0x28) bit definitions */
 #define VDDCTRL_OP_CMD_MASK                              0x80
 #define VDDCTRL_OP_CMD_SHIFT                             7
 #define VDDCTRL_OP_SEL_MASK                              0x7F