Skip to content

Commit 73a2218

Browse files
unixbhaskardavem330
authored andcommitted
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>
1 parent ad426d7 commit 73a2218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ppp/pppoe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* in pppoe_release.
2626
* 051000 : Initialization cleanup.
2727
* 111100 : Fix recvmsg.
28-
* 050101 : Fix PADT procesing.
28+
* 050101 : Fix PADT processing.
2929
* 140501 : Use pppoe_rcv_core to handle all backlog. (Alexey)
3030
* 170701 : Do not lock_sock with rwlock held. (DaveM)
3131
* Ignore discovery frames if user has socket
@@ -96,7 +96,7 @@ struct pppoe_net {
9696
* we could use _single_ hash table for all
9797
* nets by injecting net id into the hash but
9898
* it would increase hash chains and add
99-
* a few additional math comparations messy
99+
* a few additional math comparisons messy
100100
* as well, moreover in case of SMP less locking
101101
* controversy here
102102
*/

0 commit comments

Comments
 (0)