All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c
@ 2021-03-24  6:22 Wang Hai
  2021-03-24  7:28 ` [net-next] " bluez.test.bot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Hai @ 2021-03-24  6:22 UTC (permalink / raw)
  To: alex.aring, jukka.rissanen, davem, kuba
  Cc: linux-bluetooth, linux-wpan, netdev, linux-kernel

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(-)

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
 	 */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [net-next] 6lowpan: Fix some typos in nhc_udp.c
  2021-03-24  6:22 [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c Wang Hai
@ 2021-03-24  7:28 ` bluez.test.bot
  2021-03-24 16:57 ` [PATCH net-next] " Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2021-03-24  7:28 UTC (permalink / raw)
  To: linux-bluetooth, wanghai38

[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=454363

---Test result---

##############################
Test: CheckPatch - FAIL
6lowpan: Fix some typos in nhc_udp.c
WARNING: 'Orignal' may be misspelled - perhaps 'Original'?
#6: 
s/Orignal/Original/
  ^^^^^^^

total: 0 errors, 1 warnings, 0 checks, 16 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

"[PATCH] 6lowpan: Fix some typos in nhc_udp.c" has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: CheckGitLint - PASS


##############################
Test: CheckBuildK - PASS


##############################
Test: CheckTestRunner: Setup - PASS


##############################
Test: CheckTestRunner: l2cap-tester - PASS
Total: 40, Passed: 34 (85.0%), Failed: 0, Not Run: 6

##############################
Test: CheckTestRunner: bnep-tester - PASS
Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: mgmt-tester - PASS
Total: 416, Passed: 402 (96.6%), Failed: 0, Not Run: 14

##############################
Test: CheckTestRunner: rfcomm-tester - PASS
Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: sco-tester - PASS
Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: smp-tester - PASS
Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0

##############################
Test: CheckTestRunner: userchan-tester - PASS
Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0



---
Regards,
Linux Bluetooth


[-- Attachment #2: l2cap-tester.log --]
[-- Type: application/octet-stream, Size: 43342 bytes --]

[-- Attachment #3: bnep-tester.log --]
[-- Type: application/octet-stream, Size: 3532 bytes --]

[-- Attachment #4: mgmt-tester.log --]
[-- Type: application/octet-stream, Size: 546680 bytes --]

[-- Attachment #5: rfcomm-tester.log --]
[-- Type: application/octet-stream, Size: 11653 bytes --]

[-- Attachment #6: sco-tester.log --]
[-- Type: application/octet-stream, Size: 9887 bytes --]

[-- Attachment #7: smp-tester.log --]
[-- Type: application/octet-stream, Size: 11799 bytes --]

[-- Attachment #8: userchan-tester.log --]
[-- Type: application/octet-stream, Size: 5429 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c
  2021-03-24  6:22 [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c Wang Hai
  2021-03-24  7:28 ` [net-next] " bluez.test.bot
@ 2021-03-24 16:57 ` Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-24 16:57 UTC (permalink / raw)
  To: Wang Hai, alex.aring, jukka.rissanen, davem, kuba
  Cc: linux-bluetooth, linux-wpan, netdev, linux-kernel

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
>  	 */
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c
  2021-03-24  6:22 [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c Wang Hai
  2021-03-24  7:28 ` [net-next] " bluez.test.bot
  2021-03-24 16:57 ` [PATCH net-next] " Randy Dunlap
@ 2021-03-25  1:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-25  1:00 UTC (permalink / raw)
  To: Wang Hai
  Cc: alex.aring, jukka.rissanen, davem, kuba, linux-bluetooth,
	linux-wpan, netdev, linux-kernel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-25  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:22 [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c Wang Hai
2021-03-24  7:28 ` [net-next] " bluez.test.bot
2021-03-24 16:57 ` [PATCH net-next] " Randy Dunlap
2021-03-25  1:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.