All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4F62FDDA.9070708@renesas.com>

diff --git a/a/1.txt b/N1/1.txt
index 0cae637..01455d4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -45,7 +45,7 @@ index 62458d9..02878af 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 b6cf5ec..c4934a8 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 5/5] net: sh_eth: use NAPI\0"
- "Date\0Fri, 16 Mar 2012 08:46:18 +0000\0"
+ "Date\0Fri, 16 Mar 2012 17:46:18 +0900\0"
  "To\0netdev <netdev@vger.kernel.org>\0"
  "Cc\0SH-Linux <linux-sh@vger.kernel.org>\0"
  "\00:1\0"
@@ -52,7 +52,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"
@@ -208,4 +208,4 @@
  "-- \n"
  1.7.1
 
-81d1ff1d4adab7f2bda74875660797c4393b149c806cb52903f316ed67f44756
+2e0f3176450ba991d05e6ef388867468f466a98f5c1a00b979ebb2f1f2710692

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.