]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_dcf.c
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / ice / ice_dcf.c
index cca1d7bf460dd806c083f88e21a6b564165de414..7f0c074b011b05398a03f6fe3e8aad9bf9957450 100644 (file)
@@ -864,7 +864,7 @@ ice_dcf_init_rss(struct ice_dcf_hw *hw)
                        j = 0;
                hw->rss_lut[i] = j;
        }
-       /* send virtchnnl ops to configure rss*/
+       /* send virtchnl ops to configure RSS */
        ret = ice_dcf_configure_rss_lut(hw);
        if (ret)
                return ret;