Date: Thu, 14 Apr 2022 06:08:49 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 128cd1a6a7cf - stable/13 - netgraph(4): Fix a typo in a source code comment Message-ID: <202204140608.23E68nKH041289@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=128cd1a6a7cfbf13d2cf8878a60a1a2ba1f65d57 commit 128cd1a6a7cfbf13d2cf8878a60a1a2ba1f65d57 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 09:40:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:03:22 +0000 netgraph(4): Fix a typo in a source code comment - s/peform/perform/ (cherry picked from commit 77a44875e59b239c696cca17b4cc946105ade612) --- sys/netgraph/bluetooth/hci/ng_hci_ulpi.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c index 4c275f425064..a2804c44406b 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c @@ -1012,9 +1012,9 @@ ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) sizeof(req->cp.acc.bdaddr)); /* - * We are accepting connection, so if we support role - * switch and role switch was enabled then set role to - * NG_HCI_ROLE_MASTER and let LM peform role switch. + * We are accepting connection, so if we support role + * switch and role switch was enabled then set role to + * NG_HCI_ROLE_MASTER and let LM perform role switch. * Otherwise we remain slave. In this case LM WILL NOT * perform role switch. */ @@ -1025,8 +1025,8 @@ ng_hci_lp_con_rsp(ng_hci_unit_p unit, item_p item, hook_p hook) else req->cp.acc.role = NG_HCI_ROLE_SLAVE; - /* - * Adjust connection state + /* + * Adjust connection state */ if (hook == unit->acl)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140608.23E68nKH041289>