All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20191118220609.GA23999@Cheese>

diff --git a/a/1.txt b/N1/1.txt
index 47b09f2..4f301bf 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ index c20f190b4c18..a2605e043fa2 100644
 - * some packets of the same priority; prompting us to send less aggressively. */
 + * some packets of the same priority; prompting us to send less aggressively.
 + */
- #define net_xmit_eval(e)	((e) = NET_XMIT_CN ? 0 : (e))
+ #define net_xmit_eval(e)	((e) == NET_XMIT_CN ? 0 : (e))
  #define net_xmit_errno(e)	((e) != NET_XMIT_CN ? -ENOBUFS : 0)
  
 -- 
diff --git a/a/content_digest b/N1/content_digest
index 559372f..e0d7971 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,6 @@
- "ref\020191118185724.GA32637@Cheese\0"
  "From\0Travis Davies <tdavies@darkphysics.net>\0"
  "Subject\0[PATCH v2 1/1] net: Fix comment block per style guide\0"
- "Date\0Mon, 18 Nov 2019 22:06:09 +0000\0"
+ "Date\0Mon, 18 Nov 2019 14:06:09 -0800\0"
  "To\0Andrew Morton <akpm@linux-foundation.org>"
   David S. Miller <davem@davemloft.net>
  " Julia Lawall <julia.lawall@lip6.fr>\0"
@@ -39,10 +38,10 @@
  "- * some packets of the same priority; prompting us to send less aggressively. */\n"
  "+ * some packets of the same priority; prompting us to send less aggressively.\n"
  "+ */\n"
- " #define net_xmit_eval(e)\t((e) = NET_XMIT_CN ? 0 : (e))\n"
+ " #define net_xmit_eval(e)\t((e) == NET_XMIT_CN ? 0 : (e))\n"
  " #define net_xmit_errno(e)\t((e) != NET_XMIT_CN ? -ENOBUFS : 0)\n"
  " \n"
  "-- \n"
  2.21.0
 
-df31d4ea99c571ae72d26cb65b7e7ea1131d186a3a5ea2876e029ae45d7e0747
+0e0ea54577f2fd966187dff80b7c0d06f58a834578c2c7047333adf6df9e9c9f

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.