diff for duplicates of <87efvy1d07.fsf@kamboji.qca.qualcomm.com> diff --git a/a/1.txt b/N1/1.txt index d71ee98..e7e7622 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,6 @@ "Gustavo A. R. Silva" <garsilva@embeddedor.com> writes: -> The name of an array used by itself will always return the array's addres= -s. +> The name of an array used by itself will always return the array's address. > So this test will always evaluate as true. > > Addresses-Coverity-ID: 1364903 @@ -10,24 +9,22 @@ s. > drivers/net/wireless/ath/ath9k/eeprom.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > -> diff --git a/drivers/net/wireless/ath/ath9k/eeprom.c b/drivers/net/wirele= -ss/ath/ath9k/eeprom.c +> diff --git a/drivers/net/wireless/ath/ath9k/eeprom.c b/drivers/net/wireless/ath/ath9k/eeprom.c > index fb80ec8..5c3bc28 100644 > --- a/drivers/net/wireless/ath/ath9k/eeprom.c > +++ b/drivers/net/wireless/ath/ath9k/eeprom.c -> @@ -143,7 +143,7 @@ bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, = -u16 *data) -> =20 +> @@ -143,7 +143,7 @@ bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, u16 *data) +> > if (ah->eeprom_blob) -> ret =3D ath9k_hw_nvram_read_firmware(ah->eeprom_blob, off, data); +> ret = ath9k_hw_nvram_read_firmware(ah->eeprom_blob, off, data); > - else if (pdata && !pdata->use_eeprom && pdata->eeprom_data) > + else if (pdata && !pdata->use_eeprom) -> ret =3D ath9k_hw_nvram_read_pdata(pdata, off, data); +> ret = ath9k_hw_nvram_read_pdata(pdata, off, data); > else -> ret =3D common->bus_ops->eeprom_read(common, off, data); +> ret = common->bus_ops->eeprom_read(common, off, data); The patch may very well be valid (didn't check yet) but the commit log is gibberish for me. ---=20 -Kalle Valo= +-- +Kalle Valo diff --git a/a/content_digest b/N1/content_digest index 437af4b..eba55c3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -11,8 +11,7 @@ "b\0" "\"Gustavo A. R. Silva\" <garsilva@embeddedor.com> writes:\n" "\n" - "> The name of an array used by itself will always return the array's addres=\n" - "s.\n" + "> The name of an array used by itself will always return the array's address.\n" "> So this test will always evaluate as true.\n" ">\n" "> Addresses-Coverity-ID: 1364903\n" @@ -21,26 +20,24 @@ "> drivers/net/wireless/ath/ath9k/eeprom.c | 2 +-\n" "> 1 file changed, 1 insertion(+), 1 deletion(-)\n" ">\n" - "> diff --git a/drivers/net/wireless/ath/ath9k/eeprom.c b/drivers/net/wirele=\n" - "ss/ath/ath9k/eeprom.c\n" + "> diff --git a/drivers/net/wireless/ath/ath9k/eeprom.c b/drivers/net/wireless/ath/ath9k/eeprom.c\n" "> index fb80ec8..5c3bc28 100644\n" "> --- a/drivers/net/wireless/ath/ath9k/eeprom.c\n" "> +++ b/drivers/net/wireless/ath/ath9k/eeprom.c\n" - "> @@ -143,7 +143,7 @@ bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, =\n" - "u16 *data)\n" - "> =20\n" + "> @@ -143,7 +143,7 @@ bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, u16 *data)\n" + "> \n" "> \tif (ah->eeprom_blob)\n" - "> \t\tret =3D ath9k_hw_nvram_read_firmware(ah->eeprom_blob, off, data);\n" + "> \t\tret = ath9k_hw_nvram_read_firmware(ah->eeprom_blob, off, data);\n" "> -\telse if (pdata && !pdata->use_eeprom && pdata->eeprom_data)\n" "> +\telse if (pdata && !pdata->use_eeprom)\n" - "> \t\tret =3D ath9k_hw_nvram_read_pdata(pdata, off, data);\n" + "> \t\tret = ath9k_hw_nvram_read_pdata(pdata, off, data);\n" "> \telse\n" - "> \t\tret =3D common->bus_ops->eeprom_read(common, off, data);\n" + "> \t\tret = common->bus_ops->eeprom_read(common, off, data);\n" "\n" "The patch may very well be valid (didn't check yet) but the commit log\n" "is gibberish for me.\n" "\n" - "--=20\n" - Kalle Valo= + "-- \n" + Kalle Valo -1e5f9419bfd1d2f3c1811c0d2159d70a6597c946222601bc13de3129b99c79dc +32e0d965a0ffb15dbe81b5847ccc7ef6ed9c6e681716be1fbdc782260e993934
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.