Message ID | 20210317090059.4145144-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 73a2218cb268ff62f42420cf37acfb2a2d300959 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: ppp: Mundane typo fixes in the file pppoe.c | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | success | CCed 4 of 4 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | warning | WARNING: 'procesing' may be misspelled - perhaps 'processing'? |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
On 3/17/21 2:00 AM, Bhaskar Chowdhury wrote: > > s/procesing/processing/ > s/comparations/comparisons/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > drivers/net/ppp/pppoe.c | 4 ++-- > 1 file 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 > */ > --
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 17 Mar 2021 14:30:59 +0530 you wrote: > s/procesing/processing/ > s/comparations/comparisons/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > --- > drivers/net/ppp/pppoe.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > [...] Here is the summary with links: - net: ppp: Mundane typo fixes in the file pppoe.c https://git.kernel.org/netdev/net-next/c/73a2218cb268 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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 */
s/procesing/processing/ s/comparations/comparisons/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/net/ppp/pppoe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.30.2