diff options
author | Kaihua Zhong <zhongkaihua@kylinos.cn> | 2023-11-29 04:55:26 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-12-07 16:50:30 +0300 |
commit | 1fe13d83e2873b0aedeb5b9a299ca763bd37d75f (patch) | |
tree | d2d55c00be98d6b95d125997d2c0978859d0940b /include/linux/mfd/max77843-private.h | |
parent | fd58bb8c7da3c2d4314d7ab76402ca18e9cc0afa (diff) | |
download | linux-1fe13d83e2873b0aedeb5b9a299ca763bd37d75f.tar.xz |
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>
Diffstat (limited to 'include/linux/mfd/max77843-private.h')
-rw-r--r-- | include/linux/mfd/max77843-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/max77843-private.h b/include/linux/mfd/max77843-private.h index 0bc7454c4dbe..2fb4db67f110 100644 --- a/include/linux/mfd/max77843-private.h +++ b/include/linux/mfd/max77843-private.h @@ -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) |