* [PATCH net] net: 6lowpan: fix mismatched comments
@ 2026-08-06 9:10 Chenguang Zhao
2026-08-06 10:39 ` [net] " bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Chenguang Zhao @ 2026-08-06 9:10 UTC (permalink / raw)
To: alex.aring, davem, edumazet, kuba, pabeni
Cc: horms, linux-bluetooth, linux-wpan, netdev, chenguang.zhao,
Chenguang Zhao
From: Chenguang Zhao <zhaochenguang@kylinos.cn>
Rename @_nexthdrlen to @_hdrlen and drop stale @nhc from
lowpan_nhc_do_uncompression docs
Signed-off-by: Chenguang Zhao <zhaochenguang@kylinos.cn>
---
net/6lowpan/nhc.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/6lowpan/nhc.h b/net/6lowpan/nhc.h
index ab7b4977c32b..c995029696d0 100644
--- a/net/6lowpan/nhc.h
+++ b/net/6lowpan/nhc.h
@@ -15,7 +15,7 @@
* @__nhc: variable name of the lowpan_nhc struct.
* @_name: const char * of common header compression name.
* @_nexthdr: ipv6 nexthdr field for the header compression.
- * @_nexthdrlen: ipv6 nexthdr len for the reserved space.
+ * @_hdrlen: ipv6 nexthdr len for the reserved space.
* @_id: one byte nhc id value.
* @_idmask: one byte nhc id mask value.
* @_uncompress: callback for uncompression call.
@@ -102,7 +102,6 @@ int lowpan_nhc_do_compression(struct sk_buff *skb, const struct ipv6hdr *hdr,
/**
* lowpan_nhc_do_uncompression - calling uncompress callback for nhc
*
- * @nhc: 6LoWPAN nhc context, get by lowpan_nhc_by_ functions.
* @skb: skb of 6LoWPAN header, skb->data should be pointed to nhc id value.
* @dev: netdevice for print logging information.
* @hdr: ipv6hdr for setting nexthdr value.
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [net] net: 6lowpan: fix mismatched comments
2026-08-06 9:10 [PATCH net] net: 6lowpan: fix mismatched comments Chenguang Zhao
@ 2026-08-06 10:39 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2026-08-06 10:39 UTC (permalink / raw)
To: linux-bluetooth, chenguang.zhao
[-- Attachment #1: Type: text/plain, Size: 2556 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=1141343
---Test result---
Test Summary:
CheckPatch PASS 0.60 seconds
VerifyFixes PASS 0.09 seconds
VerifySignedoff PASS 0.10 seconds
GitLint PASS 0.26 seconds
SubjectPrefix FAIL 0.08 seconds
BuildKernel PASS 29.09 seconds
CheckAllWarning PASS 31.93 seconds
CheckSparse PASS 31.47 seconds
BuildKernel32 PASS 27.65 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 477.43 seconds
TestRunner_l2cap-tester PASS 67.80 seconds
TestRunner_iso-tester PASS 94.38 seconds
TestRunner_bnep-tester PASS 19.07 seconds
TestRunner_mgmt-tester FAIL 226.21 seconds
TestRunner_rfcomm-tester PASS 25.07 seconds
TestRunner_sco-tester PASS 30.98 seconds
TestRunner_ioctl-tester PASS 26.25 seconds
TestRunner_mesh-tester FAIL 26.20 seconds
TestRunner_smp-tester PASS 23.62 seconds
TestRunner_userchan-tester PASS 21.16 seconds
TestRunner_6lowpan-tester PASS 24.84 seconds
IncrementalBuild PASS 24.58 seconds
Details
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 501, Passed: 496 (99.0%), Failed: 1, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.263 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 2.335 seconds
Mesh - Send cancel - 2 Timed out 1.989 seconds
https://github.com/bluez/bluetooth-next/pull/539
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-06 10:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06 9:10 [PATCH net] net: 6lowpan: fix mismatched comments Chenguang Zhao
2026-08-06 10:39 ` [net] " bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox