All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87wp4bw8de.fsf@kamboji.qca.qualcomm.com>

diff --git a/a/1.txt b/N1/1.txt
index c795f46..98b6cfb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,12 +11,18 @@ silexcommon@gmail.com writes:
 
 This didn't compile for me:
 
-drivers/net/wireless/ath/ath10k/sdio.c:320:12: error: conflicting types for 'ath10k_sdio_read'
-drivers/net/wireless/ath/ath10k/sdio.c:39:12: note: previous declaration of 'ath10k_sdio_read' was here
-drivers/net/wireless/ath/ath10k/sdio.c:365:12: error: conflicting types for 'ath10k_sdio_write'
-drivers/net/wireless/ath/ath10k/sdio.c:41:12: note: previous declaration of 'ath10k_sdio_write' was here
-drivers/net/wireless/ath/ath10k/sdio.c:39:12: warning: 'ath10k_sdio_read' used but never defined
-drivers/net/wireless/ath/ath10k/sdio.c:41:12: warning: 'ath10k_sdio_write' used but never defined
+drivers/net/wireless/ath/ath10k/sdio.c:320:12: error: conflicting types for=
+ 'ath10k_sdio_read'
+drivers/net/wireless/ath/ath10k/sdio.c:39:12: note: previous declaration of=
+ 'ath10k_sdio_read' was here
+drivers/net/wireless/ath/ath10k/sdio.c:365:12: error: conflicting types for=
+ 'ath10k_sdio_write'
+drivers/net/wireless/ath/ath10k/sdio.c:41:12: note: previous declaration of=
+ 'ath10k_sdio_write' was here
+drivers/net/wireless/ath/ath10k/sdio.c:39:12: warning: 'ath10k_sdio_read' u=
+sed but never defined
+drivers/net/wireless/ath/ath10k/sdio.c:41:12: warning: 'ath10k_sdio_write' =
+used but never defined
 
 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
 
@@ -27,19 +33,15 @@ carefully later, I have quite a lot of patches pending right now.
 +++ b/drivers/net/wireless/ath/ath10k/sdio.c
 @@ -37,9 +37,9 @@
  #define ATH10K_SDIO_DMA_BUF_SIZE       (32 * 1024)
- 
+=20
  static int ath10k_sdio_read(struct ath10k *ar, u32 addr, void *buf,
 -                           u32 len, bool incr);
 +                           size_t len, bool incr);
  static int ath10k_sdio_write(struct ath10k *ar, u32 addr, const void *buf,
 -                            u32 len, bool incr);
 +                            size_t len, bool incr);
- 
+=20
  /* inlined helper functions */
 
--- 
-Kalle Valo
-_______________________________________________
-ath10k mailing list
-ath10k@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/ath10k
+--=20
+Kalle Valo=
diff --git a/a/content_digest b/N1/content_digest
index 258d1ca..5844339 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,9 +4,9 @@
  "Subject\0Re: [PATCH 08/11] ath10k_sdio: common read write\0"
  "Date\0Wed, 4 Oct 2017 09:49:18 +0000\0"
  "To\0silexcommon@gmail.com <silexcommon@gmail.com>\0"
- "Cc\0Alagu Sankar <alagusankar@silex-india.com>"
-  linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org>
- " ath10k@lists.infradead.org <ath10k@lists.infradead.org>\0"
+ "Cc\0ath10k@lists.infradead.org <ath10k@lists.infradead.org>"
+  Alagu Sankar <alagusankar@silex-india.com>
+ " linux-wireless@vger.kernel.org <linux-wireless@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "silexcommon@gmail.com writes:\n"
@@ -22,12 +22,18 @@
  "\n"
  "This didn't compile for me:\n"
  "\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:320:12: error: conflicting types for 'ath10k_sdio_read'\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:39:12: note: previous declaration of 'ath10k_sdio_read' was here\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:365:12: error: conflicting types for 'ath10k_sdio_write'\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:41:12: note: previous declaration of 'ath10k_sdio_write' was here\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:39:12: warning: 'ath10k_sdio_read' used but never defined\n"
- "drivers/net/wireless/ath/ath10k/sdio.c:41:12: warning: 'ath10k_sdio_write' used but never defined\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:320:12: error: conflicting types for=\n"
+ " 'ath10k_sdio_read'\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:39:12: note: previous declaration of=\n"
+ " 'ath10k_sdio_read' was here\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:365:12: error: conflicting types for=\n"
+ " 'ath10k_sdio_write'\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:41:12: note: previous declaration of=\n"
+ " 'ath10k_sdio_write' was here\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:39:12: warning: 'ath10k_sdio_read' u=\n"
+ "sed but never defined\n"
+ "drivers/net/wireless/ath/ath10k/sdio.c:41:12: warning: 'ath10k_sdio_write' =\n"
+ "used but never defined\n"
  "\n"
  "gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609\n"
  "\n"
@@ -38,21 +44,17 @@
  "+++ b/drivers/net/wireless/ath/ath10k/sdio.c\n"
  "@@ -37,9 +37,9 @@\n"
  " #define ATH10K_SDIO_DMA_BUF_SIZE       (32 * 1024)\n"
- " \n"
+ "=20\n"
  " static int ath10k_sdio_read(struct ath10k *ar, u32 addr, void *buf,\n"
  "-                           u32 len, bool incr);\n"
  "+                           size_t len, bool incr);\n"
  " static int ath10k_sdio_write(struct ath10k *ar, u32 addr, const void *buf,\n"
  "-                            u32 len, bool incr);\n"
  "+                            size_t len, bool incr);\n"
- " \n"
+ "=20\n"
  " /* inlined helper functions */\n"
  "\n"
- "-- \n"
- "Kalle Valo\n"
- "_______________________________________________\n"
- "ath10k mailing list\n"
- "ath10k@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/ath10k
+ "--=20\n"
+ Kalle Valo=
 
-e74853a901cfedccb811c20187d5a8a9a49e10ee7bcb533e034f73c19526d81c
+e8736cb3dd5bd823c166a844dbf037fd8414f7c93e4423144681a3ca6b2638ba

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.