summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/smd.c
diff options
context:
space:
mode:
authorMasanari Iida2015-02-24 15:11:26 +0100
committerJiri Kosina2015-03-06 23:04:40 +0100
commitf42cf8d6a3ec934551ac0f20f4654dccb11fa30d (patch)
treeacbb50d874edfafa5baa82befa00dff45580fdf1 /drivers/net/wireless/ath/wcn36xx/smd.c
parentmod_devicetable: fix comment for match_flags (diff)
downloadkernel-qcow2-linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.tar.gz
kernel-qcow2-linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.tar.xz
kernel-qcow2-linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.zip
treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx/smd.c')
-rw-r--r--drivers/net/wireless/ath/wcn36xx/smd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/smd.c b/drivers/net/wireless/ath/wcn36xx/smd.c
index 63986931829e..3866b285b3ff 100644
--- a/drivers/net/wireless/ath/wcn36xx/smd.c
+++ b/drivers/net/wireless/ath/wcn36xx/smd.c
@@ -1632,7 +1632,7 @@ int wcn36xx_smd_keep_alive_req(struct wcn36xx *wcn,
} else if (packet_type == WCN36XX_HAL_KEEP_ALIVE_UNSOLICIT_ARP_RSP) {
/* TODO: it also support ARP response type */
} else {
- wcn36xx_warn("unknow keep alive packet type %d\n", packet_type);
+ wcn36xx_warn("unknown keep alive packet type %d\n", packet_type);
ret = -EINVAL;
goto out;
}