diff for duplicates of <20191118185724.GA32637@Cheese> diff --git a/a/1.txt b/N1/1.txt index 8f94b9a..4d4754b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,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 268dc8d..4af96dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "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 18:57:32 +0000\0" + "Date\0Mon, 18 Nov 2019 10:57:32 -0800\0" "To\0Andrew Morton <akpm@linux-foundation.org>" David S. Miller <davem@davemloft.net> " Julia Lawall <julia.lawall@lip6.fr>\0" @@ -37,10 +37,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 -108643e61289e93c36b5f00281f3126a052ee1ce670eaf418978d7da1ce1abe7 +4457de314d0cc544693c3de9f0d93ab5ec8751540c555915c72a52d0caedd63e
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.