Skip to content

Commit

Permalink
ctl_frontend.h: Note that ctl_port.frontend is set by the FETD
Browse files Browse the repository at this point in the history
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D42931
  • Loading branch information
bsdjhb committed Mar 13, 2024
2 parents 27a0f7c + dfbb6f2 commit aaeb973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/cam/ctl/ctl_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit aaeb973

Please sign in to comment.