diff for duplicates of <20191118224837.GA5138@Cheese> diff --git a/a/1.txt b/N1/1.txt index ab0c955..8a96282 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 09ce2b3..a200fb4 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:48:37 +0000\0" + "Date\0Mon, 18 Nov 2019 14:48:37 -0800\0" "To\0Andrew Morton <akpm@linux-foundation.org>" David S. Miller <davem@davemloft.net> " Julia Lawall <julia.lawall@lip6.fr>\0" @@ -38,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 -6ba64b5ac84fb3aa8d4a0b15728827051704fb29d816181e695f2be81d389e6f +271b1ae6eab47ffd0cf90ae2528c674917dd02de84b631672a0825ca3e813781
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.