Skip to content

Commit 1fe13d8

Browse files
Kaihua Zhonglag-linaro
authored andcommitted
mfd: Fix a few spelling mistakes in PMIC header file comments
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>
1 parent fd58bb8 commit 1fe13d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

include/linux/mfd/max77693-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ enum max77693_haptic_reg {
405405
MAX77693_HAPTIC_REG_END,
406406
};
407407

408-
/* max77693-pmic LSCNFG configuraton register */
408+
/* max77693-pmic LSCNFG configuration register */
409409
#define MAX77693_PMIC_LOW_SYS_MASK 0x80
410410
#define MAX77693_PMIC_LOW_SYS_SHIFT 7
411411

include/linux/mfd/max77843-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ enum max77843_irq_muic {
198198
#define MAX77843_MCONFIG_MEN_MASK BIT(MCONFIG_MEN_SHIFT)
199199
#define MAX77843_MCONFIG_PDIV_MASK (0x3 << MCONFIG_PDIV_SHIFT)
200200

201-
/* Max77843 charger insterrupts */
201+
/* Max77843 charger interrupts */
202202
#define MAX77843_CHG_BYP_I BIT(0)
203203
#define MAX77843_CHG_BATP_I BIT(2)
204204
#define MAX77843_CHG_BAT_I BIT(3)

include/linux/mfd/si476x-platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifndef __SI476X_PLATFORM_H__
1111
#define __SI476X_PLATFORM_H__
1212

13-
/* It is possible to select one of the four adresses using pins A0
13+
/* It is possible to select one of the four addresses using pins A0
1414
* and A1 on SI476x */
1515
#define SI476X_I2C_ADDR_1 0x60
1616
#define SI476X_I2C_ADDR_2 0x61

include/linux/mfd/tps65910.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@
749749
#define VDDCTRL_ST_SHIFT 0
750750

751751

752-
/*Register VDDCTRL_OP (0x28) bit definitios */
752+
/*Register VDDCTRL_OP (0x28) bit definitions */
753753
#define VDDCTRL_OP_CMD_MASK 0x80
754754
#define VDDCTRL_OP_CMD_SHIFT 7
755755
#define VDDCTRL_OP_SEL_MASK 0x7F

0 commit comments

Comments
 (0)