aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/irda/irlmp.h2
-rw-r--r--include/net/irda/irttp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h
index 591f78631f13..f74109144d3f 100644
--- a/include/net/irda/irlmp.h
+++ b/include/net/irda/irlmp.h
@@ -278,7 +278,7 @@ static inline int irlmp_lap_tx_queue_full(struct lsap_cb *self)
278} 278}
279 279
280/* After doing a irlmp_dup(), this get one of the two socket back into 280/* After doing a irlmp_dup(), this get one of the two socket back into
281 * a state where it's waiting incomming connections. 281 * a state where it's waiting incoming connections.
282 * Note : this can be used *only* if the socket is not yet connected 282 * Note : this can be used *only* if the socket is not yet connected
283 * (i.e. NO irlmp_connect_response() done on this socket). 283 * (i.e. NO irlmp_connect_response() done on this socket).
284 * - Jean II */ 284 * - Jean II */
diff --git a/include/net/irda/irttp.h b/include/net/irda/irttp.h
index af4b87721d13..98682d4bae8f 100644
--- a/include/net/irda/irttp.h
+++ b/include/net/irda/irttp.h
@@ -185,7 +185,7 @@ static inline __u32 irttp_get_max_seg_size(struct tsap_cb *self)
185} 185}
186 186
187/* After doing a irttp_dup(), this get one of the two socket back into 187/* After doing a irttp_dup(), this get one of the two socket back into
188 * a state where it's waiting incomming connections. 188 * a state where it's waiting incoming connections.
189 * Note : this can be used *only* if the socket is not yet connected 189 * Note : this can be used *only* if the socket is not yet connected
190 * (i.e. NO irttp_connect_response() done on this socket). 190 * (i.e. NO irttp_connect_response() done on this socket).
191 * - Jean II */ 191 * - Jean II */