All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1181624466.3109.23.camel@merlin.linuxcoe.com>

diff --git a/a/1.txt b/N1/1.txt
index 97fbdc6..e9ad56c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,5 @@
 
+
 Replacing (n & (n-1)) in the context of power of 2 checks
 with is_power_of_2
 
@@ -20,7 +21,7 @@ index 555d594..54e923f 100644
  	ubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft;
  
  	/* Make sure minimal I/O unit is power of 2 */
--	if (ubi->min_io_size = 0 ||
+-	if (ubi->min_io_size == 0 ||
 -	    (ubi->min_io_size & (ubi->min_io_size - 1))) {
 +	if (!is_power_of_2(ubi->min_io_size)) {
  		ubi_err("bad min. I/O unit");
@@ -32,7 +33,10 @@ Vignesh Babu BM
 _____________________________________________________________ 
 "Why is it that every time I'm with you, makes me believe in magic?"
 
-_______________________________________________
-Kernel-janitors mailing list
-Kernel-janitors@lists.linux-foundation.org
-https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
+
+
+The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
+
+WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
+ 
+www.wipro.com
diff --git a/a/content_digest b/N1/content_digest
index 74fb807..b88c39a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0vignesh babu <vignesh.babu@wipro.com>\0"
- "Subject\0[KJ] [PATCH]is_power_of_2-mtd/ubi/build.c\0"
- "Date\0Tue, 12 Jun 2007 05:13:05 +0000\0"
+ "Subject\0[PATCH]is_power_of_2-mtd/ubi/build.c\0"
+ "Date\0Tue, 12 Jun 2007 10:31:05 +0530\0"
  "To\0dwmw2@infradead.org"
  " dedekind@infradead.org\0"
  "Cc\0Kernel Janitors List <kernel-janitors@lists.osdl.org>"
@@ -8,6 +8,7 @@
  "\00:1\0"
  "b\0"
  "\n"
+ "\n"
  "Replacing (n & (n-1)) in the context of power of 2 checks\n"
  "with is_power_of_2\n"
  "\n"
@@ -29,7 +30,7 @@
  " \tubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft;\n"
  " \n"
  " \t/* Make sure minimal I/O unit is power of 2 */\n"
- "-\tif (ubi->min_io_size = 0 ||\n"
+ "-\tif (ubi->min_io_size == 0 ||\n"
  "-\t    (ubi->min_io_size & (ubi->min_io_size - 1))) {\n"
  "+\tif (!is_power_of_2(ubi->min_io_size)) {\n"
  " \t\tubi_err(\"bad min. I/O unit\");\n"
@@ -41,9 +42,12 @@
  "_____________________________________________________________ \n"
  "\"Why is it that every time I'm with you, makes me believe in magic?\"\n"
  "\n"
- "_______________________________________________\n"
- "Kernel-janitors mailing list\n"
- "Kernel-janitors@lists.linux-foundation.org\n"
- https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
+ "\n"
+ "\n"
+ "The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. \n"
+ "\n"
+ "WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.\n"
+ " \n"
+ www.wipro.com
 
-2a8374c87828b226f41b90b129db0e0937caedfd068df7aeae50163085053af9
+d5e627c015c156594f12ec401d746638171af1cb8a59baaec886afa2a8596aec

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.