diff for duplicates of <550B0A6B.5090008@gmail.com> diff --git a/a/1.txt b/N1/1.txt index d39cce6..dba749e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,21 +25,21 @@ Add a space here after ;? > physicalRev = revId750; > -> - if (physicalID = 0x718) +> - if (physicalID == 0x718) > - { > - chip = SM718; > - } -> - else if (physicalID = 0x750) +> - else if (physicalID == 0x750) > - { > - chip = SM750; -> + if (physicalID = 0x718) { +> + if (physicalID == 0x718) { > + chip = SM718; > + } -> + 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 e1282ef..d584da2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150319173947.GA12061@amitoj-Inspiron-3542\0" "From\0Giedrius Statkevi\304\215ius <giedrius.statkevicius@gmail.com>\0" "Subject\0Re: [PATCH] sm750fb: Fix C99 Comments and if else braces\0" - "Date\0Thu, 19 Mar 2015 17:42:03 +0000\0" + "Date\0Thu, 19 Mar 2015 19:42:03 +0200\0" "To\0Amitoj Kaur Chawla <amitoj1606@gmail.com>" sudipm.mukherjee@gmail.com teddy.wang@siliconmotion.com @@ -38,21 +38,21 @@ "\n" "> \tphysicalRev = revId750;\n" "> \n" - "> - if (physicalID = 0x718)\n" + "> - if (physicalID == 0x718)\n" "> - {\n" "> - chip = SM718;\n" "> - }\n" - "> - else if (physicalID = 0x750)\n" + "> - else if (physicalID == 0x750)\n" "> - {\n" "> - chip = SM750;\n" - "> +\tif (physicalID = 0x718) {\n" + "> +\tif (physicalID == 0x718) {\n" "> +\t\tchip = SM718;\n" "> +\t}\n" - "> +\telse if (physicalID = 0x750) {\n" + "> +\telse 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" "> - }\n" @@ -74,4 +74,4 @@ "Thanks,\n" Giedrius -7750dca2361c86945418de84ad875524e7b82bbed57d4d0ccdfebc6280727339 +89c4fe50208fd007475400d2dcc1d9510fe61d182b114101971471048ba15066
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.