All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported"
@ 2017-07-27 22:09 Colin King
  2017-07-28 15:07 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-07-27 22:09 UTC (permalink / raw)
  To: Kalle Valo, linux-wireless, netdev; +Cc: linux-kernel

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

Trivial fix to spelling mistake in printk message

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

diff --git a/drivers/net/wireless/wl3501_cs.c b/drivers/net/wireless/wl3501_cs.c
index acec0d9ec422..da62220b9c01 100644
--- a/drivers/net/wireless/wl3501_cs.c
+++ b/drivers/net/wireless/wl3501_cs.c
@@ -965,7 +965,7 @@ static inline void wl3501_md_ind_interrupt(struct net_device *dev,
 			    &addr4, sizeof(addr4));
 	if (!(addr4[0] == 0xAA && addr4[1] == 0xAA &&
 	      addr4[2] == 0x03 && addr4[4] == 0x00)) {
-		printk(KERN_INFO "Insupported packet type!\n");
+		printk(KERN_INFO "Unsupported packet type!\n");
 		return;
 	}
 	pkt_len = sig.size + 12 - 24 - 4 - 6;
-- 
2.11.0

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

* Re: wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported"
  2017-07-27 22:09 [PATCH] wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported" Colin King
@ 2017-07-28 15:07 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-07-28 15:07 UTC (permalink / raw)
  To: Colin Ian King; +Cc: 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 printk message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied to wireless-drivers-next.git, thanks.

fcc870d76a2c wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported"

-- 
https://patchwork.kernel.org/patch/9867579/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2017-07-28 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 22:09 [PATCH] wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported" Colin King
2017-07-28 15:07 ` 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.