bxe(4): Fix a few common typos in source code comments

- s/controled/controlled/
- s/allignment/alignment/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-10-27 06:15:06 +02:00
parent d524e370c4
commit 80abcfbdfe
2 changed files with 3 additions and 3 deletions

View file

@ -4418,7 +4418,7 @@ static uint8_t elink_ext_phy_resolve_fc(struct elink_phy *phy,
uint8_t ret = 0;
vars->flow_ctrl = ELINK_FLOW_CTRL_NONE;
if (phy->req_flow_ctrl != ELINK_FLOW_CTRL_AUTO) {
/* Update the advertised flow-controled of LD/LP in AN */
/* Update the advertised flow-controlled of LD/LP in AN */
if (phy->req_line_speed == ELINK_SPEED_AUTO_NEG)
elink_ext_phy_update_adv_fc(phy, params, vars);
/* But set the flow-control result as the requested one */
@ -6262,7 +6262,7 @@ static void elink_flow_ctrl_resolve(struct elink_phy *phy,
/* Resolve from gp_status in case of AN complete and not sgmii */
if (phy->req_flow_ctrl != ELINK_FLOW_CTRL_AUTO) {
/* Update the advertised flow-controled of LD/LP in AN */
/* Update the advertised flow-controlled of LD/LP in AN */
if (phy->req_line_speed == ELINK_SPEED_AUTO_NEG)
elink_update_adv_fc(phy, params, vars, gp_status);
/* But set the flow-control result as the requested one */

View file

@ -9448,7 +9448,7 @@ struct iscsi_cq_db
struct iscsi_cq_db_prod_pnd_cmpltn_cnt_arr cq_u_prod_pend_comp_ctr_arr /* Ustorm CQ producer and pending completion counter array, updated by Ustorm */;
struct iscsi_cq_db_pnd_comp_itt_arr cq_c_pend_comp_itt_arr /* Cstorm CQ pending completion ITT array, updated by Cstorm */;
struct iscsi_cq_db_sqn_2_notify_arr cq_drv_sqn_2_notify_arr /* Cstorm CQ sequence to notify array, updated by driver */;
uint32_t reserved[4] /* 16 byte allignment */;
uint32_t reserved[4] /* 16 byte alignment */;
};