From: Wang Qing Date: Wed, 10 Mar 2021 03:06:03 +0000 (+0800) Subject: drivers: isdn: mISDN: fix spelling typo of 'wheter' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=67a580aad1797938a1492f41f3f1447e751969e8;p=linux.git drivers: isdn: mISDN: fix spelling typo of 'wheter' wheter -> whether Signed-off-by: Wang Qing Signed-off-by: David S. Miller --- diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c index b57dcb834594d..facbd886ee1c9 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.