linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: sis630: fix spelling typo in comment
@ 2022-10-09  7:28 Jiangshan Yi
  2022-10-18 17:41 ` Jean Delvare
  2022-10-19 19:51 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Jiangshan Yi @ 2022-10-09  7:28 UTC (permalink / raw)
  To: jdelvare; +Cc: linux-i2c, linux-kernel, Jiangshan Yi, k2ci

From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] i2c: sis630: fix spelling typo in comment
  2022-10-09  7:28 [PATCH] i2c: sis630: fix spelling typo in comment Jiangshan Yi
@ 2022-10-18 17:41 ` Jean Delvare
  2022-10-19 19:51 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2022-10-18 17:41 UTC (permalink / raw)
  To: Jiangshan Yi; +Cc: linux-i2c, linux-kernel, Jiangshan Yi, k2ci

On Sun, 09 Oct 2022 15:28:02 +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
> ---
>  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 */

Reviewed-by: Jean Delvare <jdelvare@suse.de>

-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] i2c: sis630: fix spelling typo in comment
  2022-10-09  7:28 [PATCH] i2c: sis630: fix spelling typo in comment Jiangshan Yi
  2022-10-18 17:41 ` Jean Delvare
@ 2022-10-19 19:51 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-10-19 19:51 UTC (permalink / raw)
  To: Jiangshan Yi; +Cc: jdelvare, linux-i2c, linux-kernel, Jiangshan Yi, k2ci

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

On Sun, Oct 09, 2022 at 03:28:02PM +0800, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>

Squashed with previous patch and also applied to for-current, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-19 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09  7:28 [PATCH] i2c: sis630: fix spelling typo in comment Jiangshan Yi
2022-10-18 17:41 ` Jean Delvare
2022-10-19 19:51 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).