[PATCH] i2c: sis630: fix spelling typo in comment

From: Jiangshan Yi
Date: Sun Oct 09 2022 - 03:28:23 EST


From: Jiangshan Yi <yijiangshan@xxxxxxxxxx>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
Signed-off-by: Jiangshan Yi <yijiangshan@xxxxxxxxxx>
---
drivers/i2c/busses/i2c-sis630.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-sis630.c b/drivers/i2c/busses/i2c-sis630.c
index cfb8e04a2a83..87d56250d78a 100644
--- a/drivers/i2c/busses/i2c-sis630.c
+++ b/drivers/i2c/busses/i2c-sis630.c
@@ -97,7 +97,7 @@ MODULE_PARM_DESC(high_clock,
module_param(force, bool, 0);
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");

-/* SMBus base adress */
+/* SMBus base address */
static unsigned short smbus_base;

/* supported chips */
--
2.25.1