Re: [PATCH] i2c/busses: fix spellint typo

2021-02-27 Thread Jean Delvare
Hi zuoqilin, There's an obvious typo in the subject. Which is kind of ironical considering the point of your patch. Also, your patch is driver-specific, so "i2c/busses:" isn't an appropriate prefix. According to the standard practice for the i2c subsystem, the proper prefix for the subject would

[PATCH] i2c/busses: fix spellint typo

2021-02-25 Thread zuoqilin1
From: zuoqilin change 'adress' to 'address' Signed-off-by: zuoqilin --- 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 ---