[PATCH] mfd: fix comment typos

zhongkaihua posted 1 patch 2 years, 1 month ago
include/linux/mfd/max77693-private.h | 2 +-
include/linux/mfd/max77843-private.h | 2 +-
include/linux/mfd/si476x-platform.h  | 2 +-
include/linux/mfd/tps65910.h         | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
[PATCH] mfd: fix comment typos
Posted by zhongkaihua 2 years, 1 month ago
From: Kaihua Zhong <zhongkaihua@kylinos.cn>

Fix four comment typos in mfd pmic header files.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Kaihua Zhong <zhongkaihua@kylinos.cn>
---
 include/linux/mfd/max77693-private.h | 2 +-
 include/linux/mfd/max77843-private.h | 2 +-
 include/linux/mfd/si476x-platform.h  | 2 +-
 include/linux/mfd/tps65910.h         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h
index 311f7d3d2323..54444ff2a5de 100644
--- a/include/linux/mfd/max77693-private.h
+++ b/include/linux/mfd/max77693-private.h
@@ -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
 
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)
diff --git a/include/linux/mfd/si476x-platform.h b/include/linux/mfd/si476x-platform.h
index 18363b773d07..cb99e16ca947 100644
--- a/include/linux/mfd/si476x-platform.h
+++ b/include/linux/mfd/si476x-platform.h
@@ -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
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index 701925db75b3..f67ef0a4e041 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -749,7 +749,7 @@
 #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
-- 
2.34.1
Re: (subset) [PATCH] mfd: fix comment typos
Posted by Lee Jones 2 years ago
On Wed, 29 Nov 2023 09:55:26 +0800, zhongkaihua wrote:
> Fix four comment typos in mfd pmic header files.
> 
> 

Applied, thanks!

[1/1] mfd: fix comment typos
      commit: 37e0d13c07b761c40dc9c900cea7649fcd1b661e

--
Lee Jones [李琼斯]

Re: [PATCH] mfd: fix comment typos
Posted by Randy Dunlap 2 years, 1 month ago

On 11/28/23 17:55, zhongkaihua wrote:
> From: Kaihua Zhong <zhongkaihua@kylinos.cn>
> 
> 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>

Thanks.

> ---
>  include/linux/mfd/max77693-private.h | 2 +-
>  include/linux/mfd/max77843-private.h | 2 +-
>  include/linux/mfd/si476x-platform.h  | 2 +-
>  include/linux/mfd/tps65910.h         | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 

-- 
~Randy