All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150602061530.GC6382@sudip-PC>

diff --git a/a/1.txt b/N1/1.txt
index ea19d71..c15023a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,10 +17,10 @@ On Sun, May 31, 2015 at 10:01:03PM -0700, Isaac Assegai wrote:
 >  #define RAW_MASK(f)         (0xFFFFFFFF >> (32 - _COUNT(f)))
 >  #define GET_MASK(f)         (RAW_MASK(f) << _LSB(f))
 > -#define GET_FIELD(d,f)      (((d) >> _LSB(f)) & RAW_MASK(f))
-> -#define TEST_FIELD(d,f,v)   (GET_FIELD(d,f) = f ## _ ## v)
+> -#define TEST_FIELD(d,f,v)   (GET_FIELD(d,f) == f ## _ ## v)
 > -#define SET_FIELD(d,f,v)    (((d) & ~GET_MASK(f)) | \
 > +#define GET_FIELD(d, f)     (((d) >> _LSB(f)) & RAW_MASK(f))
-> +#define TEST_FIELD(d, f, v) (GET_FIELD(d,f) = f ## _ ## v)
+> +#define TEST_FIELD(d, f, v) (GET_FIELD(d,f) == f ## _ ## v)
 					  ^^^
 i guess you missed this one.
 
diff --git a/a/content_digest b/N1/content_digest
index 124a05c..73739d1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01433134873-9869-3-git-send-email-isaac.a.travers@gmail.com\0"
  "From\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>\0"
  "Subject\0Re: [PATCH 02/12] Staging: sm750fb: sm750_help.h: Insert spaces after commas.\0"
- "Date\0Tue, 02 Jun 2015 06:27:30 +0000\0"
+ "Date\0Tue, 2 Jun 2015 11:45:30 +0530\0"
  "To\0Isaac Assegai <isaac.a.travers@gmail.com>\0"
  "Cc\0gregkh@linuxfoundation.org"
   teddy.wang@siliconmotion.com
@@ -30,14 +30,14 @@
  ">  #define RAW_MASK(f)         (0xFFFFFFFF >> (32 - _COUNT(f)))\n"
  ">  #define GET_MASK(f)         (RAW_MASK(f) << _LSB(f))\n"
  "> -#define GET_FIELD(d,f)      (((d) >> _LSB(f)) & RAW_MASK(f))\n"
- "> -#define TEST_FIELD(d,f,v)   (GET_FIELD(d,f) = f ## _ ## v)\n"
+ "> -#define TEST_FIELD(d,f,v)   (GET_FIELD(d,f) == f ## _ ## v)\n"
  "> -#define SET_FIELD(d,f,v)    (((d) & ~GET_MASK(f)) | \\\n"
  "> +#define GET_FIELD(d, f)     (((d) >> _LSB(f)) & RAW_MASK(f))\n"
- "> +#define TEST_FIELD(d, f, v) (GET_FIELD(d,f) = f ## _ ## v)\n"
+ "> +#define TEST_FIELD(d, f, v) (GET_FIELD(d,f) == f ## _ ## v)\n"
  "\t\t\t\t\t  ^^^\n"
  "i guess you missed this one.\n"
  "\n"
  "regards\n"
  sudip
 
-7871f3d45823592d53c2a18b30c2e4f8a87fdf051de0846ff188cc850c2404a8
+7aa3bec2c4430689b642e0b4d1d20ca07833bb55135cb4568ebc7b0adcfa5ae3

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.