The branch stable/12 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0fa8d84bd948a5b02c1b00ad955ececa42a7d973

commit 0fa8d84bd948a5b02c1b00ad955ececa42a7d973
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-04-09 09:40:14 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-04-14 06:41:10 +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 bb85dc6e73c9..bcf2e7920548 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
@@ -1014,9 +1014,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.
                         */
@@ -1027,8 +1027,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)

Reply via email to