All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170214163855.GA1687@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 71adc94..c387fc1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,6 +14,6 @@ index dc9f42e135bb..7ac9a9ee9bd4 100644
  	printk(KERN_INFO "IO request frame:\n\t");
 -	for (i = 0; i < sz; i++) {
 +	for (i = 0; i < sz / sizeof(__le32); i++) {
- 		if (i && ((i % 8) = 0))
+ 		if (i && ((i % 8) == 0))
  			printk("\n\t");
  		printk("%08x ", le32_to_cpu(mfp[i]));
diff --git a/a/content_digest b/N1/content_digest
index ee322b4..16894dc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] scsi: megaraid_sas: array overflow in megasas_dump_frame()\0"
- "Date\0Tue, 14 Feb 2017 16:38:55 +0000\0"
+ "Date\0Tue, 14 Feb 2017 19:38:55 +0300\0"
  "To\0Kashyap Desai <kashyap.desai@broadcom.com>"
  " Shivasharan S <shivasharan.srikanteshwara@broadcom.com>\0"
  "Cc\0Sumit Saxena <sumit.saxena@broadcom.com>"
@@ -27,8 +27,8 @@
  " \tprintk(KERN_INFO \"IO request frame:\\n\\t\");\n"
  "-\tfor (i = 0; i < sz; i++) {\n"
  "+\tfor (i = 0; i < sz / sizeof(__le32); i++) {\n"
- " \t\tif (i && ((i % 8) = 0))\n"
+ " \t\tif (i && ((i % 8) == 0))\n"
  " \t\t\tprintk(\"\\n\\t\");\n"
  " \t\tprintk(\"%08x \", le32_to_cpu(mfp[i]));"
 
-1a12a941db5e3f325ed60e6907ba46ba1574cc673c7942d646a4b1f4bc5ec901
+1f65ade8e49eeec943127bcdbce8191080f6a21dbf19c3da294e45b6830b2894

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.