All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150313061127.GA30820@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 87cde4d..d05c5d3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,20 +15,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 5b41aaf..4e2b34a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,6 @@
- "ref\020150313034333.GA10618@localhost.localdomain\0"
  "From\0Ragavendra BN <ragavendra.bn@gmail.com>\0"
  "Subject\0[PATCH] staging: sm750fb: braces, indents, spaces fix\0"
- "Date\0Fri, 13 Mar 2015 06:11:27 +0000\0"
+ "Date\0Thu, 12 Mar 2015 23:11:27 -0700\0"
  "To\0sudipm.mukherjee@gmail.com"
   teddy.wang@siliconmotion.com
   gregkh@linuxfoundation.org
@@ -27,20 +26,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 +56,4 @@
  "-- \n"
  1.7.10.4
 
-bf24fdde892e892922c0a6f5b4c150e99f49d6cd19a0e7727cc493b7b6eccf37
+6e2c3390eb3f00eacbe5466b8521a179d5733b98c1828f742e57bdfddfa68c42

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.