diff options
author | Kaihua Zhong <zhongkaihua@kylinos.cn> | 2023-11-29 09:55:26 +0800 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-12-07 13:50:30 +0000 |
commit | 1fe13d83e2873b0aedeb5b9a299ca763bd37d75f (patch) | |
tree | d2d55c00be98d6b95d125997d2c0978859d0940b /include/linux/mfd/si476x-platform.h | |
parent | fd58bb8c7da3c2d4314d7ab76402ca18e9cc0afa (diff) |
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/si476x-platform.h')
-rw-r--r-- | include/linux/mfd/si476x-platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |