All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4724684F.3000106@garzik.org>

diff --git a/a/1.txt b/N1/1.txt
index 3d42e61..90b723c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,33 +1,22 @@
-N=E9meth M=E1rton wrote:
-> From: M=E1rton N=E9meth <nm127@freemail.hu>
->=20
+Németh Márton wrote:
+> From: Márton Németh <nm127@freemail.hu>
+> 
 > Get rid of the following compiler warning message:
->=20
-> net/mac80211/ieee80211_sta.c: In function 'ieee80211_rx_mgmt_assoc_re=
-sp':
-> net/mac80211/ieee80211_sta.c:1187: warning: format '%d' expects type =
-'int', but argument 7 has type 'long unsigned int'
->=20
-> Signed-off-by: M=E1rton N=E9meth <nm127@freemail.hu>
+> 
+> net/mac80211/ieee80211_sta.c: In function 'ieee80211_rx_mgmt_assoc_resp':
+> net/mac80211/ieee80211_sta.c:1187: warning: format '%d' expects type 'int', but argument 7 has type 'long unsigned int'
+> 
+> Signed-off-by: Márton Németh <nm127@freemail.hu>
 > ---
-> --- linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c.orig	2007-10-24 05:=
-50:57.000000000 +0200
-> +++ linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c	2007-10-28 11:20:23=
-=2E000000000 +0100
+> --- linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c.orig	2007-10-24 05:50:57.000000000 +0200
+> +++ linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c	2007-10-28 11:20:23.000000000 +0100
 > @@ -1182,7 +1182,7 @@ static void ieee80211_rx_mgmt_assoc_resp
->  	aid =3D le16_to_cpu(mgmt->u.assoc_resp.aid);
->=20
->  	printk(KERN_DEBUG "%s: RX %sssocResp from %s (capab=3D0x%x "
-> -	       "status=3D%d aid=3D%d)\n",
-> +	       "status=3D%d aid=3D%lu)\n",
+>  	aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
+> 
+>  	printk(KERN_DEBUG "%s: RX %sssocResp from %s (capab=0x%x "
+> -	       "status=%d aid=%d)\n",
+> +	       "status=%d aid=%lu)\n",
 >  	       dev->name, reassoc ? "Rea" : "A", print_mac(mac, mgmt->sa),
 >  	       capab_info, status_code, aid & ~(BIT(15) | BIT(14)));
 
-=46ix already went upstream...
-
-
--
-To unsubscribe from this list: send the line "unsubscribe linux-wireles=
-s" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Fix already went upstream...
diff --git a/a/content_digest b/N1/content_digest
index 9a53008..fd94f90 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -10,38 +10,27 @@
  " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "N=E9meth M=E1rton wrote:\n"
- "> From: M=E1rton N=E9meth <nm127@freemail.hu>\n"
- ">=20\n"
+ "N\303\251meth M\303\241rton wrote:\n"
+ "> From: M\303\241rton N\303\251meth <nm127@freemail.hu>\n"
+ "> \n"
  "> Get rid of the following compiler warning message:\n"
- ">=20\n"
- "> net/mac80211/ieee80211_sta.c: In function 'ieee80211_rx_mgmt_assoc_re=\n"
- "sp':\n"
- "> net/mac80211/ieee80211_sta.c:1187: warning: format '%d' expects type =\n"
- "'int', but argument 7 has type 'long unsigned int'\n"
- ">=20\n"
- "> Signed-off-by: M=E1rton N=E9meth <nm127@freemail.hu>\n"
+ "> \n"
+ "> net/mac80211/ieee80211_sta.c: In function 'ieee80211_rx_mgmt_assoc_resp':\n"
+ "> net/mac80211/ieee80211_sta.c:1187: warning: format '%d' expects type 'int', but argument 7 has type 'long unsigned int'\n"
+ "> \n"
+ "> Signed-off-by: M\303\241rton N\303\251meth <nm127@freemail.hu>\n"
  "> ---\n"
- "> --- linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c.orig\t2007-10-24 05:=\n"
- "50:57.000000000 +0200\n"
- "> +++ linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c\t2007-10-28 11:20:23=\n"
- "=2E000000000 +0100\n"
+ "> --- linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c.orig\t2007-10-24 05:50:57.000000000 +0200\n"
+ "> +++ linux-2.6.24-rc1/net/mac80211/ieee80211_sta.c\t2007-10-28 11:20:23.000000000 +0100\n"
  "> @@ -1182,7 +1182,7 @@ static void ieee80211_rx_mgmt_assoc_resp\n"
- ">  \taid =3D le16_to_cpu(mgmt->u.assoc_resp.aid);\n"
- ">=20\n"
- ">  \tprintk(KERN_DEBUG \"%s: RX %sssocResp from %s (capab=3D0x%x \"\n"
- "> -\t       \"status=3D%d aid=3D%d)\\n\",\n"
- "> +\t       \"status=3D%d aid=3D%lu)\\n\",\n"
+ ">  \taid = le16_to_cpu(mgmt->u.assoc_resp.aid);\n"
+ "> \n"
+ ">  \tprintk(KERN_DEBUG \"%s: RX %sssocResp from %s (capab=0x%x \"\n"
+ "> -\t       \"status=%d aid=%d)\\n\",\n"
+ "> +\t       \"status=%d aid=%lu)\\n\",\n"
  ">  \t       dev->name, reassoc ? \"Rea\" : \"A\", print_mac(mac, mgmt->sa),\n"
  ">  \t       capab_info, status_code, aid & ~(BIT(15) | BIT(14)));\n"
  "\n"
- "=46ix already went upstream...\n"
- "\n"
- "\n"
- "-\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n"
- "s\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Fix already went upstream...
 
-bd41d45025ea93c6b86eb45e171e4e2551693882cd8baace49b58c47f9cf7808
+924df9143ddb1934306934d3bda6a7c1f16c751fa381979d57ed4bdce297c014

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.