diff for duplicates of <20101014182330.GD6614@bicker> diff --git a/a/1.txt b/N1/1.txt index 68e4169..9a3c206 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ index 0681378..b108a9b 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c @@ -844,7 +844,7 @@ store_fc_rport_dev_loss_tmo(struct device *dev, struct device_attribute *attr, - (rport->port_state = FC_PORTSTATE_NOTPRESENT)) + (rport->port_state == FC_PORTSTATE_NOTPRESENT)) return -EBUSY; val = simple_strtoul(buf, &cp, 0); - if ((*cp && (*cp != '\n')) || (val < 0)) diff --git a/a/content_digest b/N1/content_digest index 8566e36..75a46d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch -next] scsi_transport_fc: remove unneeded check\0" - "Date\0Thu, 14 Oct 2010 18:23:30 +0000\0" + "Date\0Thu, 14 Oct 2010 20:23:30 +0200\0" "To\0James E.J. Bottomley <James.Bottomley@suse.de>\0" "Cc\0James Smart <james.smart@emulex.com>" Christof Schmitt <christof.schmitt@de.ibm.com> @@ -25,7 +25,7 @@ "--- a/drivers/scsi/scsi_transport_fc.c\n" "+++ b/drivers/scsi/scsi_transport_fc.c\n" "@@ -844,7 +844,7 @@ store_fc_rport_dev_loss_tmo(struct device *dev, struct device_attribute *attr,\n" - " \t (rport->port_state = FC_PORTSTATE_NOTPRESENT))\n" + " \t (rport->port_state == FC_PORTSTATE_NOTPRESENT))\n" " \t\treturn -EBUSY;\n" " \tval = simple_strtoul(buf, &cp, 0);\n" "-\tif ((*cp && (*cp != '\\n')) || (val < 0))\n" @@ -34,4 +34,4 @@ " \n" " \t/*" -5f7a52af80699b6a2d8e3414e8cbcedd39a47ed1ceb9cae473f70c6492e41e55 +58598501ee6c355f8f2935d26ba18ee262d65950c31137d6327f9a811de9ca7b
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.