diff for duplicates of <545B1AE0.9000407@suse.de> diff --git a/a/1.txt b/N1/1.txt index 5c9d13d..67282c4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On 11/05/2014 09:38 PM, Dan Carpenter wrote: > +++ b/drivers/scsi/constants.c > @@ -1282,9 +1282,10 @@ scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt) > for (i = 0; additional2[i].fmt; i++) { -> if (additional2[i].code1 = asc && +> if (additional2[i].code1 == asc && > ascq >= additional2[i].code2_min && > - ascq <= additional2[i].code2_max) > + ascq <= additional2[i].code2_max) { @@ -35,6 +35,6 @@ hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 21284 (AG Nürnberg) -- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in +To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 28b7e74..71c9e1a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020141105203837.GA26314@mwanda\0" "From\0Hannes Reinecke <hare@suse.de>\0" "Subject\0Re: [patch] scsi: missing braces in scsi_extd_sense_format()\0" - "Date\0Thu, 06 Nov 2014 06:53:20 +0000\0" + "Date\0Thu, 06 Nov 2014 07:53:20 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" " James E.J. Bottomley <JBottomley@parallels.com>\0" "Cc\0linux-scsi@vger.kernel.org" @@ -22,7 +22,7 @@ "> +++ b/drivers/scsi/constants.c\n" "> @@ -1282,9 +1282,10 @@ scsi_extd_sense_format(unsigned char asc, unsigned char ascq, const char **fmt)\n" "> \tfor (i = 0; additional2[i].fmt; i++) {\n" - "> \t\tif (additional2[i].code1 = asc &&\n" + "> \t\tif (additional2[i].code1 == asc &&\n" "> \t\t ascq >= additional2[i].code2_min &&\n" "> -\t\t ascq <= additional2[i].code2_max)\n" "> +\t\t ascq <= additional2[i].code2_max) {\n" @@ -46,8 +46,8 @@ "SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N\303\274rnberg\n" "GF: J. Hawn, J. Guild, F. Imend\303\266rffer, HRB 21284 (AG N\303\274rnberg)\n" "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-scsi\" in\n" "the body of a message to majordomo@vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -7c7589d3b03492ba7c26ad669bdcc16cd55e96e2de52dadd53b30aa82d011c45 +055b67137c5746a0f448bf985683d5d6473967438381773cad96b882a453adbd
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.