diff for duplicates of <4FB0AA7C.1000603@renesas.com> diff --git a/a/1.txt b/N1/1.txt index a9edfa0..8a1aaa1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ index c64a31c..3ee170a 100644 - netif_rx(skb); - ndev->stats.rx_packets++; - ndev->stats.rx_bytes += pkt_len; -+ if (netif_receive_skb(skb) = NET_RX_DROP) { ++ if (netif_receive_skb(skb) == NET_RX_DROP) { + ndev->stats.rx_dropped++; + } else { + ndev->stats.rx_packets++; diff --git a/a/content_digest b/N1/content_digest index b19d868..165f680 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com>\0" "Subject\0[PATCH v3 6/6] net: sh_eth: use NAPI\0" - "Date\0Mon, 14 May 2012 06:47:24 +0000\0" + "Date\0Mon, 14 May 2012 15:47:24 +0900\0" "To\0netdev <netdev@vger.kernel.org>\0" "Cc\0SH-Linux <linux-sh@vger.kernel.org>\0" "\00:1\0" @@ -47,7 +47,7 @@ "-\t\t\tnetif_rx(skb);\n" "-\t\t\tndev->stats.rx_packets++;\n" "-\t\t\tndev->stats.rx_bytes += pkt_len;\n" - "+\t\t\tif (netif_receive_skb(skb) = NET_RX_DROP) {\n" + "+\t\t\tif (netif_receive_skb(skb) == NET_RX_DROP) {\n" "+\t\t\t\tndev->stats.rx_dropped++;\n" "+\t\t\t} else {\n" "+\t\t\t\tndev->stats.rx_packets++;\n" @@ -216,4 +216,4 @@ "-- \n" 1.7.1 -4a27a5a4748ab8ee2dc8784ed209d0e2992f2e770cc22d0411a2e2a69b5c8ffa +a3fe552a04d42ef77048e2c7226dcf8ef134ad3ee545abc40eb98674f769b863
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.