All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140314192212.GD20339@tuxdriver.com>

diff --git a/a/1.txt b/N1/1.txt
index 4e5bd48..52a14c5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -21,29 +21,29 @@ In file included from include/linux/bitops.h:33:0,
                  from include/linux/etherdevice.h:25,
                  from drivers/net/wireless/ath/ath9k/ath9k.h:20,
                  from drivers/net/wireless/ath/ath9k/tx99.c:17:
-drivers/net/wireless/ath/ath9k/tx99.c: In function ?ath9k_tx99_init?:
-drivers/net/wireless/ath/ath9k/tx99.c:111:15: error: ?SC_OP_INVALID? undeclared (first use in this function)
+drivers/net/wireless/ath/ath9k/tx99.c: In function ‘ath9k_tx99_init’:
+drivers/net/wireless/ath/ath9k/tx99.c:111:15: error: ‘SC_OP_INVALID’ undeclared (first use in this function)
   if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {
                ^
-/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ?test_bit?
+/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ‘test_bit’
   (__builtin_constant_p((nr))  \
                          ^
 drivers/net/wireless/ath/ath9k/tx99.c:111:15: note: each undeclared identifier is reported only once for each function it appears in
   if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {
                ^
-/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ?test_bit?
+/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ‘test_bit’
   (__builtin_constant_p((nr))  \
                          ^
-drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ?struct ath_softc? has no member named ?sc_flags?
+drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ‘struct ath_softc’ has no member named ‘sc_flags’
   if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {
                                  ^
-/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:339:30: note: in definition of macro ?test_bit?
+/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:339:30: note: in definition of macro ‘test_bit’
    ? constant_test_bit((nr), (addr)) \
                               ^
-drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ?struct ath_softc? has no member named ?sc_flags?
+drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ‘struct ath_softc’ has no member named ‘sc_flags’
   if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {
                                  ^
-/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:340:30: note: in definition of macro ?test_bit?
+/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:340:30: note: in definition of macro ‘test_bit’
    : variable_test_bit((nr), (addr)))
                               ^
 make[3]: *** [drivers/net/wireless/ath/ath9k/tx99.o] Error 1
@@ -56,4 +56,4 @@ I'll be backing this out for now...
 John
 -- 
 John W. Linville		Someday the world will need a hero, and you
-linville at tuxdriver.com			might be all we have.  Be ready.
+linville@tuxdriver.com			might be all we have.  Be ready.
diff --git a/a/content_digest b/N1/content_digest
index a05db91..0fd0c8d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,9 +7,12 @@
  "ref\021273.40172.734118.220513@gargle.gargle.HOWL\0"
  "ref\0531DD589.1090109@rempel-privat.de\0"
  "From\0John W. Linville <linville@tuxdriver.com>\0"
- "Subject\0[ath9k-devel] [PATCH 00/23] ath9k|ath9k_htc: move dups to common-beacon\0"
+ "Subject\0Re: [PATCH 00/23] ath9k|ath9k_htc: move dups to common-beacon\0"
  "Date\0Fri, 14 Mar 2014 15:22:13 -0400\0"
- "To\0ath9k-devel@lists.ath9k.org\0"
+ "To\0Oleksij Rempel <linux@rempel-privat.de>\0"
+ "Cc\0Sujith Manoharan <sujith@msujith.org>"
+  linux-wireless@vger.kernel.org
+ " ath9k-devel@lists.ath9k.org <ath9k-devel@venema.h4ckr.net>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Mar 10, 2014 at 04:08:57PM +0100, Oleksij Rempel wrote:\n"
@@ -35,29 +38,29 @@
  "                 from include/linux/etherdevice.h:25,\n"
  "                 from drivers/net/wireless/ath/ath9k/ath9k.h:20,\n"
  "                 from drivers/net/wireless/ath/ath9k/tx99.c:17:\n"
- "drivers/net/wireless/ath/ath9k/tx99.c: In function ?ath9k_tx99_init?:\n"
- "drivers/net/wireless/ath/ath9k/tx99.c:111:15: error: ?SC_OP_INVALID? undeclared (first use in this function)\n"
+ "drivers/net/wireless/ath/ath9k/tx99.c: In function \342\200\230ath9k_tx99_init\342\200\231:\n"
+ "drivers/net/wireless/ath/ath9k/tx99.c:111:15: error: \342\200\230SC_OP_INVALID\342\200\231 undeclared (first use in this function)\n"
  "  if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {\n"
  "               ^\n"
- "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ?test_bit?\n"
+ "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro \342\200\230test_bit\342\200\231\n"
  "  (__builtin_constant_p((nr))  \\\n"
  "                         ^\n"
  "drivers/net/wireless/ath/ath9k/tx99.c:111:15: note: each undeclared identifier is reported only once for each function it appears in\n"
  "  if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {\n"
  "               ^\n"
- "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro ?test_bit?\n"
+ "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:338:25: note: in definition of macro \342\200\230test_bit\342\200\231\n"
  "  (__builtin_constant_p((nr))  \\\n"
  "                         ^\n"
- "drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ?struct ath_softc? has no member named ?sc_flags?\n"
+ "drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: \342\200\230struct ath_softc\342\200\231 has no member named \342\200\230sc_flags\342\200\231\n"
  "  if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {\n"
  "                                 ^\n"
- "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:339:30: note: in definition of macro ?test_bit?\n"
+ "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:339:30: note: in definition of macro \342\200\230test_bit\342\200\231\n"
  "   ? constant_test_bit((nr), (addr)) \\\n"
  "                              ^\n"
- "drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: ?struct ath_softc? has no member named ?sc_flags?\n"
+ "drivers/net/wireless/ath/ath9k/tx99.c:111:33: error: \342\200\230struct ath_softc\342\200\231 has no member named \342\200\230sc_flags\342\200\231\n"
  "  if (test_bit(SC_OP_INVALID, &sc->sc_flags)) {\n"
  "                                 ^\n"
- "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:340:30: note: in definition of macro ?test_bit?\n"
+ "/home/linville/git/wireless-next/arch/x86/include/asm/bitops.h:340:30: note: in definition of macro \342\200\230test_bit\342\200\231\n"
  "   : variable_test_bit((nr), (addr)))\n"
  "                              ^\n"
  "make[3]: *** [drivers/net/wireless/ath/ath9k/tx99.o] Error 1\n"
@@ -70,6 +73,6 @@
  "John\n"
  "-- \n"
  "John W. Linville\t\tSomeday the world will need a hero, and you\n"
- "linville at tuxdriver.com\t\t\tmight be all we have.  Be ready."
+ "linville@tuxdriver.com\t\t\tmight be all we have.  Be ready."
 
-180cfff7fffeb9ed9dd1c5a03f6b275f81a9cdc984dc0b85c5990609bebd827a
+efeff641838a910a52478d8482bcba3c461c58fbbc0c63b44b9f54992877b916

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.