All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1541607019.196084.210.camel@acm.org>

diff --git a/a/1.txt b/N1/1.txt
index 5230e89..5bf00d1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,13 +14,13 @@ On Tue, 2018-11-06 at 19:30 -0800, Sagi Grimberg wrote:
 What I proposed is not a new pattern. It is a pattern that is already used
 elsewhere in the Linux kernel. A few examples:
 
->From dmabounce.c:
+From dmabounce.c:
 
 		/* Figure out if we need to bounce from the DMA mask. */
 		if ((dma_addr | (dma_addr + size - 1)) & ~mask)
 			return 1;
 
->From dma-direct.h:
+From dma-direct.h:
 
 	if ((addr | (addr + size - 1)) & ~mask)
 		return 0;
diff --git a/a/content_digest b/N1/content_digest
index afa00b3..b39e57d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -30,17 +30,17 @@
  "What I proposed is not a new pattern. It is a pattern that is already used\n"
  "elsewhere in the Linux kernel. A few examples:\n"
  "\n"
- ">From dmabounce.c:\n"
+ "From dmabounce.c:\n"
  "\n"
  "\t\t/* Figure out if we need to bounce from the DMA mask. */\n"
  "\t\tif ((dma_addr | (dma_addr + size - 1)) & ~mask)\n"
  "\t\t\treturn 1;\n"
  "\n"
- ">From dma-direct.h:\n"
+ "From dma-direct.h:\n"
  "\n"
  "\tif ((addr | (addr + size - 1)) & ~mask)\n"
  "\t\treturn 0;\n"
  "\n"
  Bart.
 
-5be992747d9de7dd8818f2b911010e58dbea68ccd02e63bf538da2c2ddf4b957
+d6a94dae22f97fd5ccb08653f508f9359de97177ac8d09e1e68b1a3fa9043b07

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.