* [PATCH] i2c: Fix typo s/business/busyness/
@ 2021-10-07 7:44 Uwe Kleine-König
2021-10-07 7:49 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2021-10-07 7:44 UTC (permalink / raw)
To: Wolfram Sang; +Cc: trivial, linux-i2c
While business is a real word here busyness is meant, so fix accordingly.
I hope I didn't miss this being a funny play on words :-)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
drivers/i2c/i2c-core-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/i2c-core-base.c b/drivers/i2c/i2c-core-base.c
index 54964fbe3f03..891cd0131746 100644
--- a/drivers/i2c/i2c-core-base.c
+++ b/drivers/i2c/i2c-core-base.c
@@ -1036,7 +1036,7 @@ i2c_new_client_device(struct i2c_adapter *adap, struct i2c_board_info const *inf
goto out_err_silent;
}
- /* Check for address business */
+ /* Check for address busyness */
status = i2c_check_addr_busy(adap, i2c_encode_flags_to_addr(client));
if (status)
goto out_err;
base-commit: 5816b3e6577eaa676ceb00a848f0fd65fe2adc29
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-07 7:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-07 7:44 [PATCH] i2c: Fix typo s/business/busyness/ Uwe Kleine-König
2021-10-07 7:49 ` 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).