aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-08-23 22:43:39 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-23 10:01:43 -0700
commit26085a70b32763c2c5bfa451666cb544a662a263 (patch)
treeaa95dbea83472e41a559dab86f83c7618d6c1bd6 /drivers/staging/gdm724x
parentstaging: bcm: Fix typo in comments (diff)
downloadlinux-dev-26085a70b32763c2c5bfa451666cb544a662a263.tar.xz
linux-dev-26085a70b32763c2c5bfa451666cb544a662a263.zip
staging: gdm724x: Fix typo in comments
Correct spelling typo in comments within staging/gdm724x Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x')
-rw-r--r--drivers/staging/gdm724x/gdm_lte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/gdm724x/gdm_lte.c b/drivers/staging/gdm724x/gdm_lte.c
index 7165d3a1490e..bc0d510fb0af 100644
--- a/drivers/staging/gdm724x/gdm_lte.c
+++ b/drivers/staging/gdm724x/gdm_lte.c
@@ -434,7 +434,7 @@ static int gdm_lte_tx(struct sk_buff *skb, struct net_device *dev)
/*
Need byte shift (that is, remove VLAN tag) if there is one
For the case of ARP, this breaks the offset as vlan_ethhdr+4 is treated as ethhdr
- However, it shouldn't be a problem as the reponse starts from arp_hdr and ethhdr
+ However, it shouldn't be a problem as the response starts from arp_hdr and ethhdr
is created by this driver based on the NIC mac
*/
if (nic_type & NIC_TYPE_F_VLAN) {
@@ -448,7 +448,7 @@ static int gdm_lte_tx(struct sk_buff *skb, struct net_device *dev)
data_len = skb->len;
}
- /* If it is a ICMPV6 packet, clear all the other bits : for backward compatibilty with the firmware */
+ /* If it is a ICMPV6 packet, clear all the other bits : for backward compatibility with the firmware */
if (nic_type & NIC_TYPE_ICMPV6)
nic_type = NIC_TYPE_ICMPV6;