The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=99f93a33aed443194b0f30035f4883b72aa55e4c
commit 99f93a33aed443194b0f30035f4883b72aa55e4c Author: John Baldwin <[email protected]> AuthorDate: 2023-12-27 18:09:40 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2024-01-18 22:40:39 +0000 ctl_frontend.h: Note that ctl_port.frontend is set by the FETD Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D42931 (cherry picked from commit dfbb6f2e5991ecc3143d75f2358ec7f12f0656b1) --- sys/cam/ctl/ctl_frontend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/ctl/ctl_frontend.h b/sys/cam/ctl/ctl_frontend.h index f04e0d564888..650ece567e46 100644 --- a/sys/cam/ctl/ctl_frontend.h +++ b/sys/cam/ctl/ctl_frontend.h @@ -213,7 +213,7 @@ struct ctl_wwpn_iid { */ struct ctl_port { struct ctl_softc *ctl_softc; - struct ctl_frontend *frontend; + struct ctl_frontend *frontend; /* passed to CTL */ ctl_port_type port_type; /* passed to CTL */ int num_requested_ctl_io; /* passed to CTL */ char *port_name; /* passed to CTL */
