All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150619144514.GS28762@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 96d1120..0e29fa9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,8 @@ On Wed, Jun 17, 2015 at 04:54:44PM +0530, Sudip Mukherjee wrote:
 >  		dst = buffer;
 >  		for (i = c >> 2; i--;) {
 >  			*dst = fb_readl(src++);
-> -			*dst > -			    (*dst & 0xff00ff00 >> 8) |
+> -			*dst =
+> -			    (*dst & 0xff00ff00 >> 8) |
 > -			    (*dst & 0x00ff00ff << 8);
 > +			*dst = (*dst & 0xff00ff00 >> 8) |
 > +			       (*dst & 0x00ff00ff << 8);
@@ -17,4 +18,5 @@ This is supposed to convert __le16 to __be16?
 regards,
 dan carpenter
 --
-To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
+To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
+Please read the FAQ at  http://www.tux.org/lkml/
diff --git a/a/content_digest b/N1/content_digest
index 64fbca0..b61e51f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01434540288-8289-6-git-send-email-sudipm.mukherjee@gmail.com\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH v2 5/9] staging: sm7xxfb: fix alignment\0"
- "Date\0Fri, 19 Jun 2015 14:45:14 +0000\0"
+ "Date\0Fri, 19 Jun 2015 17:45:14 +0300\0"
  "To\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>\0"
  "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
   devel@driverdev.osuosl.org
@@ -16,7 +16,8 @@
  ">  \t\tdst = buffer;\n"
  ">  \t\tfor (i = c >> 2; i--;) {\n"
  ">  \t\t\t*dst = fb_readl(src++);\n"
- "> -\t\t\t*dst > -\t\t\t    (*dst & 0xff00ff00 >> 8) |\n"
+ "> -\t\t\t*dst =\n"
+ "> -\t\t\t    (*dst & 0xff00ff00 >> 8) |\n"
  "> -\t\t\t    (*dst & 0x00ff00ff << 8);\n"
  "> +\t\t\t*dst = (*dst & 0xff00ff00 >> 8) |\n"
  "> +\t\t\t       (*dst & 0x00ff00ff << 8);\n"
@@ -30,6 +31,7 @@
  "regards,\n"
  "dan carpenter\n"
  "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-fbdev\" in"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
+ Please read the FAQ at  http://www.tux.org/lkml/
 
-f48c80356bef226376c23f541be0f155b8d8b5c356ceac7049173483b4e8e233
+384519fd1598a8e9977f03911f8bf641378e2fc357ad33606fa40535406dd1ad

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.