All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] w1: ds1wm: fix spelling mistake "to" -> "too"
@ 2020-01-23  0:25 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2020-01-23  0:25 UTC (permalink / raw)
  To: Evgeniy Polyakov; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/w1/masters/ds1wm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/masters/ds1wm.c b/drivers/w1/masters/ds1wm.c
index f661695fb589..39c66d9093c2 100644
--- a/drivers/w1/masters/ds1wm.c
+++ b/drivers/w1/masters/ds1wm.c
@@ -548,7 +548,7 @@ static int ds1wm_probe(struct platform_device *pdev)
 	/* make sure resource has space for 8 registers */
 	if ((8 << ds1wm_data->bus_shift) > resource_size(res)) {
 		dev_err(&ds1wm_data->pdev->dev,
-			"memory resource size %d to small, should be %d\n",
+			"memory resource size %d too small, should be %d\n",
 			(int)resource_size(res),
 			8 << ds1wm_data->bus_shift);
 		return -EINVAL;
-- 
2.24.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-23  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:25 [PATCH] w1: ds1wm: fix spelling mistake "to" -> "too" Colin King

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.