All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201212021454.57147.chunkeey@googlemail.com>

diff --git a/a/1.txt b/N1/1.txt
index e60d568..b102a6c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ Acked-by: Christian Lamparter <chunkeey@googlemail.com>
 > -		    entries <= 0) {
 > +		if (len < offset ||
 > +		    (len - offset) % sizeof(struct pda_rssi_cal_ext_entry) ||
-> +		    entries = 0) {
+> +		    entries == 0) {
 >  			wiphy_err(dev->wiphy, "invalid rssi database.\n");
 >  			goto err_data;
 >  		}
diff --git a/a/content_digest b/N1/content_digest
index e8d9b36..907f913 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020121202103609.GA16078@elgon.mountain\0"
  "From\0Christian Lamparter <chunkeey@googlemail.com>\0"
  "Subject\0Re: [patch] p54: potential signedness issue in p54_parse_rssical()\0"
- "Date\0Sun, 02 Dec 2012 13:54:56 +0000\0"
+ "Date\0Sun, 2 Dec 2012 14:54:56 +0100\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0John W. Linville <linville@tuxdriver.com>"
   linux-wireless@vger.kernel.org
@@ -29,10 +29,10 @@
  "> -\t\t    entries <= 0) {\n"
  "> +\t\tif (len < offset ||\n"
  "> +\t\t    (len - offset) % sizeof(struct pda_rssi_cal_ext_entry) ||\n"
- "> +\t\t    entries = 0) {\n"
+ "> +\t\t    entries == 0) {\n"
  ">  \t\t\twiphy_err(dev->wiphy, \"invalid rssi database.\\n\");\n"
  ">  \t\t\tgoto err_data;\n"
  ">  \t\t}\n"
  >
 
-27a7d9443d95ec8f54439855bbc584dd8b3b53b16821768f656e0114ca04a373
+3e6a81fc447efdc2249857549fbbd7691727079408fcf0afb05f9c44ebb74a9e

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.