[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210225115338.1331-1-zuoqilin1@163.com>
Date: Thu, 25 Feb 2021 19:53:38 +0800
From: zuoqilin1@....com
To: jdelvare@...e.com
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
zuoqilin <zuoqilin@...ong.com>
Subject: [PATCH] i2c/busses: fix spellint typo
From: zuoqilin <zuoqilin@...ong.com>
change 'adress' to 'address'
Signed-off-by: zuoqilin <zuoqilin@...ong.com>
---
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 cfb8e04..87d5625 100644
--- a/drivers/i2c/busses/i2c-sis630.c
+++ b/drivers/i2c/busses/i2c-sis630.c
@@ -97,7 +97,7 @@
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 */
--
1.9.1
Powered by blists - more mailing lists