diff for duplicates of <20080204095958.GA28592@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index e23caa4..a305c24 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -127,7 +127,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #290: FILE: drivers/sh/maple/maplebus.c:238: -+ if (maple_drv->connect(mdev) = 0) {$ ++ if (maple_drv->connect(mdev) == 0) {$ ERROR: use tabs not spaces #291: FILE: drivers/sh/maple/maplebus.c:239: @@ -163,7 +163,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #332: FILE: drivers/sh/maple/maplebus.c:280: -+ if (*p = ' ')$ ++ if (*p == ' ')$ ERROR: use tabs not spaces #333: FILE: drivers/sh/maple/maplebus.c:281: @@ -179,7 +179,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #338: FILE: drivers/sh/maple/maplebus.c:286: -+ if (*p = ' ')$ ++ if (*p == ' ')$ ERROR: use tabs not spaces #339: FILE: drivers/sh/maple/maplebus.c:287: @@ -235,7 +235,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #359: FILE: drivers/sh/maple/maplebus.c:307: -+ if (matched = 0) {$ ++ if (matched == 0) {$ ERROR: use tabs not spaces #360: FILE: drivers/sh/maple/maplebus.c:308: @@ -663,7 +663,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #578: FILE: drivers/sh/maple/maplebus.c:524: -+ if (scanning = 1) {$ ++ if (scanning == 1) {$ ERROR: use tabs not spaces #579: FILE: drivers/sh/maple/maplebus.c:525: @@ -683,7 +683,7 @@ ERROR: use tabs not spaces ERROR: use tabs not spaces #584: FILE: drivers/sh/maple/maplebus.c:530: -+ if (started = 0)$ ++ if (started == 0)$ ERROR: use tabs not spaces #585: FILE: drivers/sh/maple/maplebus.c:531: diff --git a/a/content_digest b/N1/content_digest index 530c7ae..abee6e8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\049521.85.118.17.158.1202117711.squirrel@newgolddream.dyndns.info\0" "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0Re: [PATCH] SH/Dreamcast - fix regressions, whitespace and memory leaks in Maple Bus driver\0" - "Date\0Mon, 04 Feb 2008 09:59:58 +0000\0" + "Date\0Mon, 4 Feb 2008 18:59:58 +0900\0" "To\0Adrian McMenamin <adrian@newgolddream.dyndns.info>\0" "Cc\0linux-sh <linux-sh@vger.kernel.org>" LKML <linux-kernel@vger.kernel.org> @@ -141,7 +141,7 @@ "\n" "ERROR: use tabs not spaces\n" "#290: FILE: drivers/sh/maple/maplebus.c:238:\n" - "+ if (maple_drv->connect(mdev) = 0) {$\n" + "+ if (maple_drv->connect(mdev) == 0) {$\n" "\n" "ERROR: use tabs not spaces\n" "#291: FILE: drivers/sh/maple/maplebus.c:239:\n" @@ -177,7 +177,7 @@ "\n" "ERROR: use tabs not spaces\n" "#332: FILE: drivers/sh/maple/maplebus.c:280:\n" - "+ if (*p = ' ')$\n" + "+ if (*p == ' ')$\n" "\n" "ERROR: use tabs not spaces\n" "#333: FILE: drivers/sh/maple/maplebus.c:281:\n" @@ -193,7 +193,7 @@ "\n" "ERROR: use tabs not spaces\n" "#338: FILE: drivers/sh/maple/maplebus.c:286:\n" - "+ if (*p = ' ')$\n" + "+ if (*p == ' ')$\n" "\n" "ERROR: use tabs not spaces\n" "#339: FILE: drivers/sh/maple/maplebus.c:287:\n" @@ -249,7 +249,7 @@ "\n" "ERROR: use tabs not spaces\n" "#359: FILE: drivers/sh/maple/maplebus.c:307:\n" - "+ if (matched = 0) {$\n" + "+ if (matched == 0) {$\n" "\n" "ERROR: use tabs not spaces\n" "#360: FILE: drivers/sh/maple/maplebus.c:308:\n" @@ -677,7 +677,7 @@ "\n" "ERROR: use tabs not spaces\n" "#578: FILE: drivers/sh/maple/maplebus.c:524:\n" - "+ if (scanning = 1) {$\n" + "+ if (scanning == 1) {$\n" "\n" "ERROR: use tabs not spaces\n" "#579: FILE: drivers/sh/maple/maplebus.c:525:\n" @@ -697,7 +697,7 @@ "\n" "ERROR: use tabs not spaces\n" "#584: FILE: drivers/sh/maple/maplebus.c:530:\n" - "+ if (started = 0)$\n" + "+ if (started == 0)$\n" "\n" "ERROR: use tabs not spaces\n" "#585: FILE: drivers/sh/maple/maplebus.c:531:\n" @@ -861,4 +861,4 @@ "\n" Thanks for playing, try again. -49cbd6e398f30d5e9ef89ad1f50d8cc5e29f7d54172403ada66989a5af992ef3 +871d22706539e5e38dc40b7fc2f427e0d29d0b6afeb5f9bf5568e052bee2c044
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.