diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-17 10:00:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-17 20:18:18 +0100 |
commit | 73a2218cb268ff62f42420cf37acfb2a2d300959 (patch) | |
tree | 6ff3830976609b280b9f7d31b82536379bbbf905 /drivers/net/ppp/pppoe.c | |
parent | net: dsa: b53: relax is63xx() condition (diff) | |
download | linux-73a2218cb268ff62f42420cf37acfb2a2d300959.tar.xz linux-73a2218cb268ff62f42420cf37acfb2a2d300959.zip |
net: ppp: Mundane typo fixes in the file pppoe.c
s/procesing/processing/
s/comparations/comparisons/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ppp/pppoe.c')
-rw-r--r-- | drivers/net/ppp/pppoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ppp/pppoe.c b/drivers/net/ppp/pppoe.c index d7f50b835050..9dc7f4b93d51 100644 --- a/drivers/net/ppp/pppoe.c +++ b/drivers/net/ppp/pppoe.c @@ -25,7 +25,7 @@ * in pppoe_release. * 051000 : Initialization cleanup. * 111100 : Fix recvmsg. - * 050101 : Fix PADT procesing. + * 050101 : Fix PADT processing. * 140501 : Use pppoe_rcv_core to handle all backlog. (Alexey) * 170701 : Do not lock_sock with rwlock held. (DaveM) * Ignore discovery frames if user has socket @@ -96,7 +96,7 @@ struct pppoe_net { * we could use _single_ hash table for all * nets by injecting net id into the hash but * it would increase hash chains and add - * a few additional math comparations messy + * a few additional math comparisons messy * as well, moreover in case of SMP less locking * controversy here */ |