All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware"
@ 2016-08-22 18:35 Colin King
  2016-08-24 11:14 ` Julian Calaby
  2016-09-03 17:00 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-08-22 18:35 UTC (permalink / raw)
  To: Daniel Drake, Ulrich Kunitz, Kalle Valo, linux-wireless, netdev
  Cc: linux-kernel

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

Trivial fix to spelling mistake in dev_err message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
index a912dc0..c5effd6c 100644
--- a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
+++ b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
@@ -193,7 +193,7 @@ static int upload_code(struct usb_device *udev,
 			0, 0, p, sizeof(ret), 5000 /* ms */);
 		if (r != sizeof(ret)) {
 			dev_err(&udev->dev,
-				"control request firmeware confirmation failed."
+				"control request firmware confirmation failed."
 				" Return value %d\n", r);
 			if (r >= 0)
 				r = -ENODEV;
-- 
2.9.3

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

* Re: [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware"
  2016-08-22 18:35 [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware" Colin King
@ 2016-08-24 11:14 ` Julian Calaby
  2016-09-03 17:00 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Julian Calaby @ 2016-08-24 11:14 UTC (permalink / raw)
  To: Colin King
  Cc: Daniel Drake, Ulrich Kunitz, Kalle Valo, linux-wireless, netdev,
	linux-kernel

Hi All,

On Tue, Aug 23, 2016 at 4:35 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dev_err message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Looks right to me.

Reviewed-by: Julian Calaby <julian.calaby@gmail.com>

Thanks,

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/

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

* Re: zd1211rw: fix spelling mistake "firmeware" -> "firmware"
  2016-08-22 18:35 [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware" Colin King
  2016-08-24 11:14 ` Julian Calaby
@ 2016-09-03 17:00 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2016-09-03 17:00 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Daniel Drake, Ulrich Kunitz, linux-wireless, netdev, linux-kernel

Colin Ian King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err message.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Reviewed-by: Julian Calaby <julian.calaby@gmail.com>

Thanks, 1 patch applied to wireless-drivers-next.git:

b46b599328e6 zd1211rw: fix spelling mistake "firmeware" -> "firmware"

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9294163/

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

end of thread, other threads:[~2016-09-03 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 18:35 [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware" Colin King
2016-08-24 11:14 ` Julian Calaby
2016-09-03 17:00 ` Kalle Valo

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.