Commit e76c0fbb authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] irda typo fixes

parent e0e63bb4
...@@ -1038,7 +1038,7 @@ static int irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event, ...@@ -1038,7 +1038,7 @@ static int irlap_state_xmit_p(struct irlap_cb *self, IRLAP_EVENT event,
* we send 2000B packets, we may wait another * we send 2000B packets, we may wait another
* 1000B until our turnaround expire. That's * 1000B until our turnaround expire. That's
* why we need to be proactive in avoiding * why we need to be proactive in avoiding
* comming here. - Jean II * coming here. - Jean II
*/ */
return -EPROTO; return -EPROTO;
} }
......
...@@ -925,7 +925,7 @@ irlmp_notify_client(irlmp_client_t *client, ...@@ -925,7 +925,7 @@ irlmp_notify_client(irlmp_client_t *client,
* Now, check all discovered devices (if any), and notify client * Now, check all discovered devices (if any), and notify client
* only about the services that the client is interested in * only about the services that the client is interested in
* We also notify only about the new devices unless the caller * We also notify only about the new devices unless the caller
* explicity request a dump of the log. Jean II * explicitly request a dump of the log. Jean II
*/ */
discoveries = irlmp_copy_discoveries(log, &number, discoveries = irlmp_copy_discoveries(log, &number,
client->hint_mask.word, client->hint_mask.word,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment