diff for duplicates of <550B11C0.1030300@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 3556bce..fc574ba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,15 +40,15 @@ drivers/... > + physicalID = devId750; /* either 0x718 or 0x750 */ > physicalRev = revId750; > -> if (physicalID = 0x718) { +> if (physicalID == 0x718) { > chip = SM718; > - } -> - else if (physicalID = 0x750) { -> + } else if (physicalID = 0x750) { +> - else if (physicalID == 0x750) { +> + } else if (physicalID == 0x750) { > chip = SM750; > /* SM750 and SM750LE are different in their revision ID only. */ -> - if (physicalRev = SM750LE_REVISION_ID) { -> + if (physicalRev = SM750LE_REVISION_ID) +> - if (physicalRev == SM750LE_REVISION_ID) { +> + if (physicalRev == SM750LE_REVISION_ID) > chip = SM750LE; > - } > - } diff --git a/a/content_digest b/N1/content_digest index fd41570..d5b7623 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150319180556.GA12241@amitoj-Inspiron-3542\0" "From\0Giedrius Statkevi\304\215ius <giedrius.statkevicius@gmail.com>\0" "Subject\0Re: [PATCH] sm750fb: Fix Comment and if else braces\0" - "Date\0Thu, 19 Mar 2015 18:13:20 +0000\0" + "Date\0Thu, 19 Mar 2015 20:13:20 +0200\0" "To\0Amitoj Kaur Chawla <amitoj1606@gmail.com>" sudipm.mukherjee@gmail.com teddy.wang@siliconmotion.com @@ -53,15 +53,15 @@ "> +\tphysicalID = devId750; /* either 0x718 or 0x750 */\n" "> \tphysicalRev = revId750;\n" "> \n" - "> \tif (physicalID = 0x718) {\n" + "> \tif (physicalID == 0x718) {\n" "> \t\tchip = SM718;\n" "> -\t}\n" - "> -\telse if (physicalID = 0x750) {\n" - "> +\t} else if (physicalID = 0x750) {\n" + "> -\telse if (physicalID == 0x750) {\n" + "> +\t} else if (physicalID == 0x750) {\n" "> \t\tchip = SM750;\n" "> \t\t/* SM750 and SM750LE are different in their revision ID only. */\n" - "> -\t\tif (physicalRev = SM750LE_REVISION_ID) {\n" - "> +\t\tif (physicalRev = SM750LE_REVISION_ID)\n" + "> -\t\tif (physicalRev == SM750LE_REVISION_ID) {\n" + "> +\t\tif (physicalRev == SM750LE_REVISION_ID)\n" "> \t\t\tchip = SM750LE;\n" "> -\t\t}\n" "> -\t}\n" @@ -77,4 +77,4 @@ "Thanks,\n" Giedrius -9b367bed0b5060bd7827ab62dd6913adff0bcc7c1b2c61e4c47dad8c5412306b +0b4a667f9ce89c3302358deed3cd0c272f34211c2b61982148c7dfb8b67c8010
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.