All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] i2c: Fix typo s/business/busyness/
  2021-10-07  7:44 [PATCH] i2c: Fix typo s/business/busyness/ Uwe Kleine-König
@ 2021-10-07  7:49 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2021-10-07  7:49 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: trivial, linux-i2c

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

On Thu, Oct 07, 2021 at 09:44:57AM +0200, Uwe Kleine-König wrote:
> 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 :-)

:) No, you didn't miss anything. But I think the comment can just go.
The function name is obvious enough.


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

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.