diff for duplicates of <20150313034333.GA10618@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 9337bb4..4eb30d6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,20 +16,20 @@ index b71169e..041a05a 100644 physicalID = devId750;//either 0x718 or 0x750 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 c0e2631..acdabe8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Ragavendra BN <ragavendra.bn@gmail.com>\0" "Subject\0[PATCH] staging: sm750fb: braces, indents, spaces fix\0" - "Date\0Fri, 13 Mar 2015 03:43:33 +0000\0" + "Date\0Thu, 12 Mar 2015 20:43:33 -0700\0" "To\0sudipm.mukherjee@gmail.com" teddy.wang@siliconmotion.com gregkh@linuxfoundation.org @@ -27,20 +27,20 @@ " \tphysicalID = devId750;//either 0x718 or 0x750\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} else 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" "- }\n" @@ -57,4 +57,4 @@ "-- \n" 1.7.10.4 -e582dcc0ba2e5cca41d89d81853582e2728daf5d7fc0cad6b71d479be0eaaf55 +bc7f275d4e9a82ef7c9f0b0d80001d4073d592cc9ecd905410adcc71dddd49ac
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.