All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200916134455.GD4678@dell>

diff --git a/a/1.txt b/N1/1.txt
index a85ef10..8e15cc0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,16 +18,21 @@ On Mon, 17 Aug 2020, Allen Pais wrote:
 
 This patch seems to cause several warnings along the lines of:
 
-drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ?prism2_init_local_data?:
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]
+drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ‘prism2_init_local_data’:
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ‘void (*)(struct tasklet_struct *)’ to ‘void (*)(long unsigned int)’ [-Wcast-function-type]
 3185 | do { memset((q), 0, sizeof(*(q))); (q)->func = (void(*)(unsigned long))(f); } | ^
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ?HOSTAP_TASKLET_INIT?
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ‘HOSTAP_TASKLET_INIT’
 3187 | HOSTAP_TASKLET_INIT(&local->bap_tasklet, hostap_bap_tasklet,
 | ^~~~~~~~~~~~~~~~~~~
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ‘void (*)(struct tasklet_struct *)’ to ‘void (*)(long unsigned int)’ [-Wcast-function-type]
 
 -- 
-Lee Jones [???]
+Lee Jones [李琼斯]
 Senior Technical Lead - Developer Services
-Linaro.org ? Open source software for Arm SoCs
+Linaro.org │ Open source software for Arm SoCs
 Follow Linaro: Facebook | Twitter | Blog
+
+-- 
+ath11k mailing list
+ath11k@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/ath11k
diff --git a/a/content_digest b/N1/content_digest
index 2676de8..b71fed5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020200817090637.26887-1-allen.cryptic@gmail.com\0"
  "ref\020200817090637.26887-11-allen.cryptic@gmail.com\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0[PATCH 10/16] wireless: intersil: convert tasklets to use new tasklet_setup() API\0"
+ "Subject\0Re: [PATCH 10/16] wireless: intersil: convert tasklets to use new tasklet_setup() API\0"
  "Date\0Wed, 16 Sep 2020 14:44:55 +0100\0"
  "To\0Allen Pais <allen.cryptic@gmail.com>\0"
  "Cc\0Allen Pais <allen.lkml@gmail.com>"
@@ -49,18 +49,23 @@
  "\n"
  "This patch seems to cause several warnings along the lines of:\n"
  "\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ?prism2_init_local_data?:\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c: In function \342\200\230prism2_init_local_data\342\200\231:\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from \342\200\230void (*)(struct tasklet_struct *)\342\200\231 to \342\200\230void (*)(long unsigned int)\342\200\231 [-Wcast-function-type]\n"
  "3185 | do { memset((q), 0, sizeof(*(q))); (q)->func = (void(*)(unsigned long))(f); } | ^\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ?HOSTAP_TASKLET_INIT?\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro \342\200\230HOSTAP_TASKLET_INIT\342\200\231\n"
  "3187 | HOSTAP_TASKLET_INIT(&local->bap_tasklet, hostap_bap_tasklet,\n"
  "| ^~~~~~~~~~~~~~~~~~~\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from \342\200\230void (*)(struct tasklet_struct *)\342\200\231 to \342\200\230void (*)(long unsigned int)\342\200\231 [-Wcast-function-type]\n"
  "\n"
  "-- \n"
- "Lee Jones [???]\n"
+ "Lee Jones [\346\235\216\347\220\274\346\226\257]\n"
  "Senior Technical Lead - Developer Services\n"
- "Linaro.org ? Open source software for Arm SoCs\n"
- Follow Linaro: Facebook | Twitter | Blog
+ "Linaro.org \342\224\202 Open source software for Arm SoCs\n"
+ "Follow Linaro: Facebook | Twitter | Blog\n"
+ "\n"
+ "-- \n"
+ "ath11k mailing list\n"
+ "ath11k@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/ath11k
 
-c18700c80d3c2367373c12e1d554933ee7a97ff521d8612866d9bf6539584c9b
+8a3dd3a96d423cec3a41a6b026fa46b8e11c9d1688518657c527571486ec2b3f

diff --git a/a/1.txt b/N2/1.txt
index a85ef10..e077afc 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -18,16 +18,16 @@ On Mon, 17 Aug 2020, Allen Pais wrote:
 
 This patch seems to cause several warnings along the lines of:
 
-drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ?prism2_init_local_data?:
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]
+drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ‘prism2_init_local_data’:
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ‘void (*)(struct tasklet_struct *)’ to ‘void (*)(long unsigned int)’ [-Wcast-function-type]
 3185 | do { memset((q), 0, sizeof(*(q))); (q)->func = (void(*)(unsigned long))(f); } | ^
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ?HOSTAP_TASKLET_INIT?
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ‘HOSTAP_TASKLET_INIT’
 3187 | HOSTAP_TASKLET_INIT(&local->bap_tasklet, hostap_bap_tasklet,
 | ^~~~~~~~~~~~~~~~~~~
-drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]
+drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ‘void (*)(struct tasklet_struct *)’ to ‘void (*)(long unsigned int)’ [-Wcast-function-type]
 
 -- 
-Lee Jones [???]
+Lee Jones [李琼斯]
 Senior Technical Lead - Developer Services
-Linaro.org ? Open source software for Arm SoCs
+Linaro.org │ Open source software for Arm SoCs
 Follow Linaro: Facebook | Twitter | Blog
diff --git a/a/content_digest b/N2/content_digest
index 2676de8..14cce44 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,32 +1,32 @@
  "ref\020200817090637.26887-1-allen.cryptic@gmail.com\0"
  "ref\020200817090637.26887-11-allen.cryptic@gmail.com\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0[PATCH 10/16] wireless: intersil: convert tasklets to use new tasklet_setup() API\0"
+ "Subject\0Re: [PATCH 10/16] wireless: intersil: convert tasklets to use new tasklet_setup() API\0"
  "Date\0Wed, 16 Sep 2020 14:44:55 +0100\0"
  "To\0Allen Pais <allen.cryptic@gmail.com>\0"
- "Cc\0Allen Pais <allen.lkml@gmail.com>"
-  kune@deine-taler.de
-  chunkeey@googlemail.com
+ "Cc\0kvalo@codeaurora.org"
+  kuba@kernel.org
   jirislaby@kernel.org
-  brcm80211-dev-list@cypress.com
+  mickflemm@gmail.com
+  mcgrof@kernel.org
+  chunkeey@googlemail.com
+  Larry.Finger@lwfinger.net
+  stas.yakovlev@gmail.com
+  helmut.schaa@googlemail.com
   pkshih@realtek.com
-  b43-dev@lists.infradead.org
+  yhchuang@realtek.com
   dsd@gentoo.org
-  ath11k@lists.infradead.org
-  stas.yakovlev@gmail.com
-  mickflemm@gmail.com
+  kune@deine-taler.de
   keescook@chromium.org
-  kuba@kernel.org
-  kvalo@codeaurora.org
-  brcm80211-dev-list.pdl@broadcom.com
-  yhchuang@realtek.com
-  netdev@vger.kernel.org
-  helmut.schaa@googlemail.com
-  linux-wireless@vger.kernel.org
+  ath11k@lists.infradead.org
   linux-kernel@vger.kernel.org
-  mcgrof@kernel.org
-  Romain Perier <romain.perier@gmail.com>
- " Larry.Finger@lwfinger.net\0"
+  linux-wireless@vger.kernel.org
+  netdev@vger.kernel.org
+  b43-dev@lists.infradead.org
+  brcm80211-dev-list.pdl@broadcom.com
+  brcm80211-dev-list@cypress.com
+  Allen Pais <allen.lkml@gmail.com>
+ " Romain Perier <romain.perier@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "On Mon, 17 Aug 2020, Allen Pais wrote:\n"
@@ -49,18 +49,18 @@
  "\n"
  "This patch seems to cause several warnings along the lines of:\n"
  "\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c: In function ?prism2_init_local_data?:\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c: In function \342\200\230prism2_init_local_data\342\200\231:\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from \342\200\230void (*)(struct tasklet_struct *)\342\200\231 to \342\200\230void (*)(long unsigned int)\342\200\231 [-Wcast-function-type]\n"
  "3185 | do { memset((q), 0, sizeof(*(q))); (q)->func = (void(*)(unsigned long))(f); } | ^\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro ?HOSTAP_TASKLET_INIT?\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3187:2: note: in expansion of macro \342\200\230HOSTAP_TASKLET_INIT\342\200\231\n"
  "3187 | HOSTAP_TASKLET_INIT(&local->bap_tasklet, hostap_bap_tasklet,\n"
  "| ^~~~~~~~~~~~~~~~~~~\n"
- "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from ?void (*)(struct tasklet_struct *)? to ?void (*)(long unsigned int)? [-Wcast-function-type]\n"
+ "drivers/net/wireless/intersil/hostap/hostap_hw.c:3185:48: warning: cast between incompatible function types from \342\200\230void (*)(struct tasklet_struct *)\342\200\231 to \342\200\230void (*)(long unsigned int)\342\200\231 [-Wcast-function-type]\n"
  "\n"
  "-- \n"
- "Lee Jones [???]\n"
+ "Lee Jones [\346\235\216\347\220\274\346\226\257]\n"
  "Senior Technical Lead - Developer Services\n"
- "Linaro.org ? Open source software for Arm SoCs\n"
+ "Linaro.org \342\224\202 Open source software for Arm SoCs\n"
  Follow Linaro: Facebook | Twitter | Blog
 
-c18700c80d3c2367373c12e1d554933ee7a97ff521d8612866d9bf6539584c9b
+fa9dfd63c1124e9ccc969be18baa8fb06ee8fc4b408a27e778fd0369236c968d

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.