Merge tag 'v4.1-rockchip-socfixes2' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / net / ethernet / amd / amd8111e.c
index 4c2ae22217804fd8ce8e6cc8a27c6cf2855abba2..94960055fa1f802fcee1debd7584b4b1e7ed0cd3 100644 (file)
@@ -723,13 +723,13 @@ static int amd8111e_rx_poll(struct napi_struct *napi, int budget)
                         * the last correctly noting the error.
                         */
                        if(status & ERR_BIT) {
-                               /* reseting flags */
+                               /* resetting flags */
                                lp->rx_ring[rx_index].rx_flags &= RESET_RX_FLAGS;
                                goto err_next_pkt;
                        }
                        /* check for STP and ENP */
                        if(!((status & STP_BIT) && (status & ENP_BIT))){
-                               /* reseting flags */
+                               /* resetting flags */
                                lp->rx_ring[rx_index].rx_flags &= RESET_RX_FLAGS;
                                goto err_next_pkt;
                        }
This page took 0.028419 seconds and 5 git commands to generate.