]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drivers: isdn: mISDN: fix spelling typo of 'wheter'
authorWang Qing <wangqing@vivo.com>
Wed, 10 Mar 2021 03:06:03 +0000 (11:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Mar 2021 20:45:14 +0000 (12:45 -0800)
wheter -> whether

Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/l1oip_core.c

index b57dcb834594de13eb1b90492a38b69a479f1b50..facbd886ee1c92d40068cab9915569b1ef58360f 100644 (file)
 
  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.