diff for duplicates of <55ABE9B2.6020806@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 80d76dc..0878e7e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ On 19.07.2015 12:52, Dan Carpenter wrote: > - pReasonCode = (u16 *)(delba+4); > + pDelBaParamSet = (union delba_param_set *)&delba->payload[2]; > -> if (pDelBaParamSet->field.Initiator = 1) { +> if (pDelBaParamSet->field.Initiator == 1) { > struct rx_ts_record *pRxTs; > diff --git a/a/content_digest b/N1/content_digest index 6fab7cc..2853179 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020150719105233.GB8410@mwanda\0" "From\0Mateusz Kulikowski <mateusz.kulikowski@gmail.com>\0" "Subject\0Re: [patch 2/2 v2] Staging: rtl8192e: pointer math bug in rtllib_rx_DELBA()\0" - "Date\0Sun, 19 Jul 2015 18:17:22 +0000\0" + "Date\0Sun, 19 Jul 2015 20:17:22 +0200\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" " Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Cc\0Vaishali Thakkar <vthakkar1994@gmail.com>" @@ -46,7 +46,7 @@ "> -\tpReasonCode = (u16 *)(delba+4);\n" "> +\tpDelBaParamSet = (union delba_param_set *)&delba->payload[2];\n" "> \n" - "> \tif (pDelBaParamSet->field.Initiator = 1) {\n" + "> \tif (pDelBaParamSet->field.Initiator == 1) {\n" "> \t\tstruct rx_ts_record *pRxTs;\n" "> \n" "\n" @@ -55,4 +55,4 @@ "Thanks,\n" Mateusz -10fee33cc9c5d1b03a689b7ccffdf3fd888360c4c2da5474f44cd573c0197d9d +819c640e83dcada0eb8ce17e281d523b0125d9969dc1417ab5a464d6ee97d1fc
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.