All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1469295072.1900.162.camel@perches.com>

diff --git a/a/1.txt b/N1/1.txt
index 256f2fd..931d930 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,11 +6,11 @@ unrelated trivial notes:
 > diff --git a/drivers/staging/lustre/lustre/obdecho/echo_internal.h b/drivers/staging/lustre/lustre/obdecho/echo_internal.h
 []
 > @@ -33,9 +33,9 @@
-> ?
-> ?/* The persistent object (i.e. actually stores stuff!) */
-> ?#define ECHO_PERSISTENT_OBJID????1ULL
-> -#define ECHO_PERSISTENT_SIZE?????((__u64)(1<<20))
-> +#define ECHO_PERSISTENT_SIZE?????((__u64)(1 << 20))
+>  
+>  /* The persistent object (i.e. actually stores stuff!) */
+>  #define ECHO_PERSISTENT_OBJID    1ULL
+> -#define ECHO_PERSISTENT_SIZE     ((__u64)(1<<20))
+> +#define ECHO_PERSISTENT_SIZE     ((__u64)(1 << 20))
 
 This is generally an error-prone pattern as the cast is
 done after the shift.
diff --git a/a/content_digest b/N1/content_digest
index c722a29..1d9b776 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01469255832-746785-1-git-send-email-green@linuxhacker.ru\0"
  "ref\01469255832-746785-13-git-send-email-green@linuxhacker.ru\0"
  "From\0Joe Perches <joe@perches.com>\0"
- "Subject\0[lustre-devel] [PATCH 12/15] staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'\0"
+ "Subject\0Re: [PATCH 12/15] staging/lustre: Add spaces preferred around that '{+,-,*,/,|,<<,>>,&}'\0"
  "Date\0Sat, 23 Jul 2016 10:31:12 -0700\0"
  "To\0Oleg Drokin <green@linuxhacker.ru>"
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -20,11 +20,11 @@
  "> diff --git a/drivers/staging/lustre/lustre/obdecho/echo_internal.h b/drivers/staging/lustre/lustre/obdecho/echo_internal.h\n"
  "[]\n"
  "> @@ -33,9 +33,9 @@\n"
- "> ?\n"
- "> ?/* The persistent object (i.e. actually stores stuff!) */\n"
- "> ?#define ECHO_PERSISTENT_OBJID????1ULL\n"
- "> -#define ECHO_PERSISTENT_SIZE?????((__u64)(1<<20))\n"
- "> +#define ECHO_PERSISTENT_SIZE?????((__u64)(1 << 20))\n"
+ "> \302\240\n"
+ "> \302\240/* The persistent object (i.e. actually stores stuff!) */\n"
+ "> \302\240#define ECHO_PERSISTENT_OBJID\302\240\302\240\302\240\302\2401ULL\n"
+ "> -#define ECHO_PERSISTENT_SIZE\302\240\302\240\302\240\302\240\302\240((__u64)(1<<20))\n"
+ "> +#define ECHO_PERSISTENT_SIZE\302\240\302\240\302\240\302\240\302\240((__u64)(1 << 20))\n"
  "\n"
  "This is generally an error-prone pattern as the cast is\n"
  "done after the shift.\n"
@@ -35,4 +35,4 @@
  "\n"
  And lustre seems to use types with unnecessary __ prefixes.
 
-783055418a3fefb63149792d519ffec9e98ea9285f9b98aacd4e066a638c9358
+c7b4000f5dac4f952af799d3fc5067abb71ca14c26a3162baae2c6b52a8029b8

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.