diff for duplicates of <1296224232-8115-1-git-send-email-julia@diku.dk> diff --git a/a/1.txt b/N1/1.txt index 99d1ba9..2b2089d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ The semantic match that finds this problem is as follows: expression data; @@ -if (data = NULL) { ... +if (data == NULL) { ... * genlmsg_cancel(..., data); ... return ...; diff --git a/a/content_digest b/N1/content_digest index a2126dd..474f44d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Julia Lawall <julia@diku.dk>\0" "Subject\0[PATCH 1/2] net/wireless/nl80211.c: Avoid call to genlmsg_cancel\0" - "Date\0Fri, 28 Jan 2011 13:57:41 +0000\0" + "Date\0Fri, 28 Jan 2011 15:17:11 +0100\0" "To\0Johannes Berg <johannes@sipsolutions.net>\0" "Cc\0kernel-janitors@vger.kernel.org" John W. Linville <linville@tuxdriver.com> @@ -25,7 +25,7 @@ "expression data;\n" "@@\n" "\n" - "if (data = NULL) { ...\n" + "if (data == NULL) { ...\n" "* genlmsg_cancel(..., data);\n" " ...\n" " return ...;\n" @@ -77,4 +77,4 @@ " \terr = -EMSGSIZE;\n" out: -cdc7b8527fb9c0b04030e7740dce142254a6b3cbc84c164e4d560a5e09127423 +90da7bde732bfb7e4d74ab9bdbb0c590b503966b0cb22843f6d58a4ea6d144d6
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.