net/mlx5: add header reformat HW steering action
[dpdk.git] / drivers / net / hns3 / hns3_mbx.c
index b3563d4..02028dc 100644 (file)
@@ -78,14 +78,14 @@ hns3_get_mbx_resp(struct hns3_hw *hw, uint16_t code, uint16_t subcode,
        mbx_time_limit = (uint32_t)hns->mbx_time_limit_ms * US_PER_MS;
        while (wait_time < mbx_time_limit) {
                if (__atomic_load_n(&hw->reset.disable_cmd, __ATOMIC_RELAXED)) {
-                       hns3_err(hw, "Don't wait for mbx respone because of "
+                       hns3_err(hw, "Don't wait for mbx response because of "
                                 "disable_cmd");
                        return -EBUSY;
                }
 
                if (is_reset_pending(hns)) {
                        hw->mbx_resp.req_msg_data = 0;
-                       hns3_err(hw, "Don't wait for mbx respone because of "
+                       hns3_err(hw, "Don't wait for mbx response because of "
                                 "reset pending");
                        return -EIO;
                }