net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / hns3 / hns3_rxtx.h
index 5423568..094b65b 100644 (file)
@@ -344,7 +344,6 @@ struct hns3_rx_queue {
 
        struct rte_mbuf fake_mbuf; /* fake mbuf used with vector rx */
 
-
        /*
         * The following fields are not accessed in the I/O path, so they are
         * placed at the end.
@@ -518,7 +517,6 @@ struct hns3_tx_queue {
        struct hns3_tx_basic_stats basic_stats;
        struct hns3_tx_dfx_stats dfx_stats;
 
-
        /*
         * The following fields are not accessed in the I/O path, so they are
         * placed at the end.
@@ -611,7 +609,7 @@ hns3_handle_bdinfo(struct hns3_rx_queue *rxq, struct rte_mbuf *rxm,
 
        /*
         * If packet len bigger than mtu when recv with no-scattered algorithm,
-        * the first n bd will without FE bit, we need process this sisution.
+        * the first n bd will without FE bit, we need process this situation.
         * Note: we don't need add statistic counter because latest BD which
         *       with FE bit will mark HNS3_RXD_L2E_B bit.
         */