git: 70ec66dde79f - stable/15 - bluetooth(4): Fix a typo in a kernel message in l2cap
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a893188.19d2f.56606ab0__49195.610748005$1787376049$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=70ec66dde79fe0ea625fe0ba087dbae0b7ff91c6 commit 70ec66dde79fe0ea625fe0ba087dbae0b7ff91c6 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-08-17 05:57:15 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-08-22 05:19:59 +0000 bluetooth(4): Fix a typo in a kernel message in l2cap - s/staring/starting/ (cherry picked from commit 8e968c5ff4112387c87f7afdf79d873a6f475b21) --- sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c index 4647bd2555ff..131acb297ee9 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c @@ -740,7 +740,7 @@ ng_l2cap_lp_receive(ng_l2cap_p l2cap, struct mbuf *m) l2cap_hdr = mtod(m, ng_l2cap_hdr_t *); NG_L2CAP_INFO( -"%s: %s - staring new L2CAP packet, con_handle=%d, length=%d\n", +"%s: %s - starting new L2CAP packet, con_handle=%d, length=%d\n", __func__, NG_NODE_NAME(l2cap->node), con_handle, le16toh(l2cap_hdr->length));