diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-13 03:22:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-17 02:23:52 -0400 |
commit | ad8c94532acbd64e7ada25ce188befb6ef6b2027 (patch) | |
tree | 35a4868b3624ee9d291abfcce2145aadca2f068e | |
parent | db28aafad91ee23b7075e5372d92ed364d54e9fb (diff) |
irda: Fix typo in irda
Correct spelling typo in irda.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/irda/af_irda.c | 2 | ||||
-rw-r--r-- | net/irda/irlan/irlan_provider.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c index bb14c3477680..bb738c9f9146 100644 --- a/net/irda/af_irda.c +++ b/net/irda/af_irda.c | |||
@@ -955,7 +955,7 @@ out: | |||
955 | * The main difference with a "standard" connect is that with IrDA we need | 955 | * The main difference with a "standard" connect is that with IrDA we need |
956 | * to resolve the service name into a TSAP selector (in TCP, port number | 956 | * to resolve the service name into a TSAP selector (in TCP, port number |
957 | * doesn't have to be resolved). | 957 | * doesn't have to be resolved). |
958 | * Because of this service name resoltion, we can offer "auto-connect", | 958 | * Because of this service name resolution, we can offer "auto-connect", |
959 | * where we connect to a service without specifying a destination address. | 959 | * where we connect to a service without specifying a destination address. |
960 | * | 960 | * |
961 | * Note : by consulting "errno", the user space caller may learn the cause | 961 | * Note : by consulting "errno", the user space caller may learn the cause |
diff --git a/net/irda/irlan/irlan_provider.c b/net/irda/irlan/irlan_provider.c index 32dcaac70b0c..4664855222f4 100644 --- a/net/irda/irlan/irlan_provider.c +++ b/net/irda/irlan/irlan_provider.c | |||
@@ -296,7 +296,7 @@ void irlan_provider_send_reply(struct irlan_cb *self, int command, | |||
296 | skb = alloc_skb(IRLAN_MAX_HEADER + IRLAN_CMD_HEADER + | 296 | skb = alloc_skb(IRLAN_MAX_HEADER + IRLAN_CMD_HEADER + |
297 | /* Bigger param length comes from CMD_GET_MEDIA_CHAR */ | 297 | /* Bigger param length comes from CMD_GET_MEDIA_CHAR */ |
298 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "DIRECTED") + | 298 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "DIRECTED") + |
299 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "BORADCAST") + | 299 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "BROADCAST") + |
300 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "MULTICAST") + | 300 | IRLAN_STRING_PARAMETER_LEN("FILTER_TYPE", "MULTICAST") + |
301 | IRLAN_STRING_PARAMETER_LEN("ACCESS_TYPE", "HOSTED"), | 301 | IRLAN_STRING_PARAMETER_LEN("ACCESS_TYPE", "HOSTED"), |
302 | GFP_ATOMIC); | 302 | GFP_ATOMIC); |