Commit 67a580aa authored by Wang Qing's avatar Wang Qing Committed by David S. Miller

drivers: isdn: mISDN: fix spelling typo of 'wheter'

wheter -> whether
Signed-off-by: default avatarWang Qing <wangqing@vivo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97c2c69e
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
The complete socket opening and closing is done by a thread. The complete socket opening and closing is done by a thread.
When the thread opened a socket, the hc->socket descriptor is set. Whenever a When the thread opened a socket, the hc->socket descriptor is set. Whenever a
packet shall be sent to the socket, the hc->socket must be checked wheter not packet shall be sent to the socket, the hc->socket must be checked whether not
NULL. To prevent change in socket descriptor, the hc->socket_lock must be used. NULL. To prevent change in socket descriptor, the hc->socket_lock must be used.
To change the socket, a recall of l1oip_socket_open() will safely kill the To change the socket, a recall of l1oip_socket_open() will safely kill the
socket process and create a new one. socket process and create a new one.
......
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