Message ID | 20210324062224.13032-1-wanghai38@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [net-next] 6lowpan: Fix some typos in nhc_udp.c | expand |
On 3/23/21 11:22 PM, Wang Hai wrote: > s/Orignal/Original/ > s/infered/inferred/ > > Reported-by: Hulk Robot <hulkci@huawei.com> > Signed-off-by: Wang Hai <wanghai38@huawei.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > net/6lowpan/nhc_udp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/6lowpan/nhc_udp.c b/net/6lowpan/nhc_udp.c > index 8a3507524f7b..33f17bd8cda7 100644 > --- a/net/6lowpan/nhc_udp.c > +++ b/net/6lowpan/nhc_udp.c > @@ -5,7 +5,7 @@ > * Authors: > * Alexander Aring <aar@pengutronix.de> > * > - * Orignal written by: > + * Original written by: > * Alexander Smirnov <alex.bluesman.smirnov@gmail.com> > * Jon Smirl <jonsmirl@gmail.com> > */ > @@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed) > if (fail) > return -EINVAL; > > - /* UDP length needs to be infered from the lower layers > + /* UDP length needs to be inferred from the lower layers > * here, we obtain the hint from the remaining size of the > * frame > */ >
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 24 Mar 2021 14:22:24 +0800 you wrote: > s/Orignal/Original/ > s/infered/inferred/ > > Reported-by: Hulk Robot <hulkci@huawei.com> > Signed-off-by: Wang Hai <wanghai38@huawei.com> > --- > net/6lowpan/nhc_udp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [net-next] 6lowpan: Fix some typos in nhc_udp.c https://git.kernel.org/netdev/net-next/c/da1da87fa7fc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/net/6lowpan/nhc_udp.c b/net/6lowpan/nhc_udp.c index 8a3507524f7b..33f17bd8cda7 100644 --- a/net/6lowpan/nhc_udp.c +++ b/net/6lowpan/nhc_udp.c @@ -5,7 +5,7 @@ * Authors: * Alexander Aring <aar@pengutronix.de> * - * Orignal written by: + * Original written by: * Alexander Smirnov <alex.bluesman.smirnov@gmail.com> * Jon Smirl <jonsmirl@gmail.com> */ @@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed) if (fail) return -EINVAL; - /* UDP length needs to be infered from the lower layers + /* UDP length needs to be inferred from the lower layers * here, we obtain the hint from the remaining size of the * frame */
s/Orignal/Original/ s/infered/inferred/ Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wang Hai <wanghai38@huawei.com> --- net/6lowpan/nhc_udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)