aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/irlap_frame.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-20 14:00:51 -0800
committerDavid S. Miller <davem@davemloft.net>2007-12-20 14:00:51 -0800
commitcc53ded272ecf8d62c9f3b48baadc5165a0b6d7b (patch)
tree66ea64454d4913d0c72910056d9152566ac44549 /net/irda/irlap_frame.c
parent[DCCP]: Spelling fixes (diff)
downloadlinux-dev-cc53ded272ecf8d62c9f3b48baadc5165a0b6d7b.tar.xz
linux-dev-cc53ded272ecf8d62c9f3b48baadc5165a0b6d7b.zip
[IRDA]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/irda/irlap_frame.c')
-rw-r--r--net/irda/irlap_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irlap_frame.c b/net/irda/irlap_frame.c
index 4f3764546b2f..7c132d6342af 100644
--- a/net/irda/irlap_frame.c
+++ b/net/irda/irlap_frame.c
@@ -144,7 +144,7 @@ void irlap_send_snrm_frame(struct irlap_cb *self, struct qos_info *qos)
frame->control = SNRM_CMD | PF_BIT;
/*
- * If we are establishing a connection then insert QoS paramerters
+ * If we are establishing a connection then insert QoS parameters
*/
if (qos) {
skb_put(tx_skb, 9); /* 25 left */