diff options
| author | Wang Qing <wangqing@vivo.com> | 2021-03-10 11:06:03 +0800 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-03-10 12:45:14 -0800 | 
| commit | 67a580aad1797938a1492f41f3f1447e751969e8 (patch) | |
| tree | 30208008008e33661d72a6f48041264b8a28ab28 /drivers/isdn | |
| parent | 97c2c69e1926260c78c7f1c0b2c987934f1dc7a1 (diff) | |
| download | linux-67a580aad1797938a1492f41f3f1447e751969e8.tar.bz2 | |
drivers: isdn: mISDN: fix spelling typo of 'wheter'
wheter -> whether
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
| -rw-r--r-- | drivers/isdn/mISDN/l1oip_core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c index b57dcb834594..facbd886ee1c 100644 --- a/drivers/isdn/mISDN/l1oip_core.c +++ b/drivers/isdn/mISDN/l1oip_core.c @@ -200,7 +200,7 @@   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 - 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.   To change the socket, a recall of l1oip_socket_open() will safely kill the   socket process and create a new one. |