All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190821012907.GA29165@embeddedor>

diff --git a/a/1.txt b/N1/1.txt
index df3f05b..6723002 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,30 +2,30 @@ Mark switch cases where we are expecting to fall through.
 
 This patch fixes the following warnings (Building: haps_hs_defconfig arc):
 
-arch/arc/kernel/unwind.c: In function ?read_pointer?:
+arch/arc/kernel/unwind.c: In function ‘read_pointer’:
 ./include/linux/compiler.h:328:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
   do {        \
      ^
-./include/linux/compiler.h:338:2: note: in expansion of macro ?__compiletime_assert?
+./include/linux/compiler.h:338:2: note: in expansion of macro ‘__compiletime_assert’
   __compiletime_assert(condition, msg, prefix, suffix)
   ^~~~~~~~~~~~~~~~~~~~
-./include/linux/compiler.h:350:2: note: in expansion of macro ?_compiletime_assert?
+./include/linux/compiler.h:350:2: note: in expansion of macro ‘_compiletime_assert’
   _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
   ^~~~~~~~~~~~~~~~~~~
-./include/linux/build_bug.h:39:37: note: in expansion of macro ?compiletime_assert?
+./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
  #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                      ^~~~~~~~~~~~~~~~~~
-./include/linux/build_bug.h:50:2: note: in expansion of macro ?BUILD_BUG_ON_MSG?
+./include/linux/build_bug.h:50:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
   ^~~~~~~~~~~~~~~~
-arch/arc/kernel/unwind.c:573:3: note: in expansion of macro ?BUILD_BUG_ON?
+arch/arc/kernel/unwind.c:573:3: note: in expansion of macro ‘BUILD_BUG_ON’
    BUILD_BUG_ON(sizeof(u32) != sizeof(value));
    ^~~~~~~~~~~~
 arch/arc/kernel/unwind.c:575:2: note: here
   case DW_EH_PE_native:
   ^~~~
 
-Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>
+Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
 ---
  arch/arc/kernel/unwind.c | 1 +
  1 file changed, 1 insertion(+)
diff --git a/a/content_digest b/N1/content_digest
index 63c49e9..0a90d2e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,37 +1,40 @@
- "From\0gustavo@embeddedor.com (Gustavo A. R. Silva)\0"
+ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0"
  "Subject\0[PATCH] ARC: unwind: Mark expected switch fall-through\0"
  "Date\0Tue, 20 Aug 2019 20:29:07 -0500\0"
- "To\0linux-snps-arc@lists.infradead.org\0"
+ "To\0Vineet Gupta <vgupta@synopsys.com>\0"
+ "Cc\0linux-snps-arc@lists.infradead.org"
+  linux-kernel@vger.kernel.org
+ " Gustavo A. R. Silva <gustavo@embeddedor.com>\0"
  "\00:1\0"
  "b\0"
  "Mark switch cases where we are expecting to fall through.\n"
  "\n"
  "This patch fixes the following warnings (Building: haps_hs_defconfig arc):\n"
  "\n"
- "arch/arc/kernel/unwind.c: In function ?read_pointer?:\n"
+ "arch/arc/kernel/unwind.c: In function \342\200\230read_pointer\342\200\231:\n"
  "./include/linux/compiler.h:328:5: warning: this statement may fall through [-Wimplicit-fallthrough=]\n"
  "  do {        \\\n"
  "     ^\n"
- "./include/linux/compiler.h:338:2: note: in expansion of macro ?__compiletime_assert?\n"
+ "./include/linux/compiler.h:338:2: note: in expansion of macro \342\200\230__compiletime_assert\342\200\231\n"
  "  __compiletime_assert(condition, msg, prefix, suffix)\n"
  "  ^~~~~~~~~~~~~~~~~~~~\n"
- "./include/linux/compiler.h:350:2: note: in expansion of macro ?_compiletime_assert?\n"
+ "./include/linux/compiler.h:350:2: note: in expansion of macro \342\200\230_compiletime_assert\342\200\231\n"
  "  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)\n"
  "  ^~~~~~~~~~~~~~~~~~~\n"
- "./include/linux/build_bug.h:39:37: note: in expansion of macro ?compiletime_assert?\n"
+ "./include/linux/build_bug.h:39:37: note: in expansion of macro \342\200\230compiletime_assert\342\200\231\n"
  " #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)\n"
  "                                     ^~~~~~~~~~~~~~~~~~\n"
- "./include/linux/build_bug.h:50:2: note: in expansion of macro ?BUILD_BUG_ON_MSG?\n"
+ "./include/linux/build_bug.h:50:2: note: in expansion of macro \342\200\230BUILD_BUG_ON_MSG\342\200\231\n"
  "  BUILD_BUG_ON_MSG(condition, \"BUILD_BUG_ON failed: \" #condition)\n"
  "  ^~~~~~~~~~~~~~~~\n"
- "arch/arc/kernel/unwind.c:573:3: note: in expansion of macro ?BUILD_BUG_ON?\n"
+ "arch/arc/kernel/unwind.c:573:3: note: in expansion of macro \342\200\230BUILD_BUG_ON\342\200\231\n"
  "   BUILD_BUG_ON(sizeof(u32) != sizeof(value));\n"
  "   ^~~~~~~~~~~~\n"
  "arch/arc/kernel/unwind.c:575:2: note: here\n"
  "  case DW_EH_PE_native:\n"
  "  ^~~~\n"
  "\n"
- "Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>\n"
+ "Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>\n"
  "---\n"
  " arch/arc/kernel/unwind.c | 1 +\n"
  " 1 file changed, 1 insertion(+)\n"
@@ -51,4 +54,4 @@
  "-- \n"
  2.23.0
 
-09df3d644be3a5ebef6d68efb7b65a1d3b35bd158c608b80f4e65a94df8ac5d3
+4af736b404f8b6b4c550580e7bfcbeb0e6135b560c32e70d86072aea00be41f5

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.