diff for duplicates of <20140429123953.GA18437@mwanda> diff --git a/a/1.txt b/N1/1.txt index eb194e8..761e87a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,6 +12,6 @@ index 21883a2..3074f6b 100644 i < st_bp->sg_segs && offset >= st_bp->sg[i].length; i++) - offset -= st_bp->sg[i].length; + offset -= st_bp->sg[i].length; - if (i = st_bp->sg_segs) { /* Should never happen */ + if (i == st_bp->sg_segs) { /* Should never happen */ printk(KERN_WARNING "osst :A: Append_to_buffer offset overflow.\n"); return (-EIO); diff --git a/a/content_digest b/N1/content_digest index 883fb2b..5a9c827 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] osst: indent for loop body\0" - "Date\0Tue, 29 Apr 2014 12:39:53 +0000\0" + "Date\0Tue, 29 Apr 2014 15:39:53 +0300\0" "To\0Willem Riede <osst@riede.org>\0" "Cc\0James E.J. Bottomley <JBottomley@parallels.com>" osst-users@lists.sourceforge.net @@ -22,8 +22,8 @@ " \t i < st_bp->sg_segs && offset >= st_bp->sg[i].length; i++)\n" "-\toffset -= st_bp->sg[i].length;\n" "+\t\toffset -= st_bp->sg[i].length;\n" - " \tif (i = st_bp->sg_segs) { /* Should never happen */\n" + " \tif (i == st_bp->sg_segs) { /* Should never happen */\n" " \t\tprintk(KERN_WARNING \"osst :A: Append_to_buffer offset overflow.\\n\");\n" " \t\treturn (-EIO);" -fa9b57e0d3761a9fef8a2534d0b0e5cf85ae89ee1aedaec6083359e9467c3e36 +9a08080c2b4e3904982060b9f72943e467c15fb36dda837512ea8cc63d7e2cc6
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.