All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201011121703.52422.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index 7a22970..1c004af 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On Wednesday 10 November 2010, Jimmy Rubin wrote:
 > +
-> +	if (ddev->id = PRIMARY_DISPLAY_ID && rotate_main) {
+> +	if (ddev->id == PRIMARY_DISPLAY_ID && rotate_main) {
 > +		swap(width, height);
 > +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_ROTATE_180_DEGREES
 > +		rotate = FB_ROTATE_CCW;
@@ -12,7 +12,7 @@ On Wednesday 10 November 2010, Jimmy Rubin wrote:
 > +	virtual_width = width;
 > +	virtual_height = height * 2;
 > +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_AUTO_SYNC
-> +	if (ddev->id = PRIMARY_DISPLAY_ID)
+> +	if (ddev->id == PRIMARY_DISPLAY_ID)
 > +		virtual_height = height;
 > +#endif
 > +
diff --git a/a/content_digest b/N1/content_digest
index e5cd569..2fd54e4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,15 @@
  "ref\01289390653-6111-1-git-send-email-jimmy.rubin@stericsson.com\0"
  "ref\01289390653-6111-10-git-send-email-jimmy.rubin@stericsson.com\0"
  "ref\01289390653-6111-11-git-send-email-jimmy.rubin@stericsson.com\0"
- "From\0Arnd Bergmann <arnd@arndb.de>\0"
- "Subject\0Re: [PATCH 10/10] ux500: MCDE: Add platform specific data\0"
- "Date\0Fri, 12 Nov 2010 16:03:52 +0000\0"
+ "From\0arnd@arndb.de (Arnd Bergmann)\0"
+ "Subject\0[PATCH 10/10] ux500: MCDE: Add platform specific data\0"
+ "Date\0Fri, 12 Nov 2010 17:03:52 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wednesday 10 November 2010, Jimmy Rubin wrote:\n"
  "> +\n"
- "> +\tif (ddev->id = PRIMARY_DISPLAY_ID && rotate_main) {\n"
+ "> +\tif (ddev->id == PRIMARY_DISPLAY_ID && rotate_main) {\n"
  "> +\t\tswap(width, height);\n"
  "> +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_ROTATE_180_DEGREES\n"
  "> +\t\trotate = FB_ROTATE_CCW;\n"
@@ -21,7 +21,7 @@
  "> +\tvirtual_width = width;\n"
  "> +\tvirtual_height = height * 2;\n"
  "> +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_AUTO_SYNC\n"
- "> +\tif (ddev->id = PRIMARY_DISPLAY_ID)\n"
+ "> +\tif (ddev->id == PRIMARY_DISPLAY_ID)\n"
  "> +\t\tvirtual_height = height;\n"
  "> +#endif\n"
  "> +\n"
@@ -58,4 +58,4 @@
  "\n"
  "\tArnd"
 
-6973166764be8250c971c0bfd5ecd627dc6cd3e6949a4c0dd2352db6ce74be41
+2f82a7d06c1d1e07d1c7154e823733f079c7ebd1a7a84214f93fc4c605e94438

diff --git a/a/1.txt b/N2/1.txt
index 7a22970..1c004af 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On Wednesday 10 November 2010, Jimmy Rubin wrote:
 > +
-> +	if (ddev->id = PRIMARY_DISPLAY_ID && rotate_main) {
+> +	if (ddev->id == PRIMARY_DISPLAY_ID && rotate_main) {
 > +		swap(width, height);
 > +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_ROTATE_180_DEGREES
 > +		rotate = FB_ROTATE_CCW;
@@ -12,7 +12,7 @@ On Wednesday 10 November 2010, Jimmy Rubin wrote:
 > +	virtual_width = width;
 > +	virtual_height = height * 2;
 > +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_AUTO_SYNC
-> +	if (ddev->id = PRIMARY_DISPLAY_ID)
+> +	if (ddev->id == PRIMARY_DISPLAY_ID)
 > +		virtual_height = height;
 > +#endif
 > +
diff --git a/a/content_digest b/N2/content_digest
index e5cd569..a8287ce 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,13 +3,18 @@
  "ref\01289390653-6111-11-git-send-email-jimmy.rubin@stericsson.com\0"
  "From\0Arnd Bergmann <arnd@arndb.de>\0"
  "Subject\0Re: [PATCH 10/10] ux500: MCDE: Add platform specific data\0"
- "Date\0Fri, 12 Nov 2010 16:03:52 +0000\0"
+ "Date\0Fri, 12 Nov 2010 17:03:52 +0100\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Cc\0Jimmy Rubin <jimmy.rubin@stericsson.com>"
+  linux-fbdev@vger.kernel.org
+  linux-media@vger.kernel.org
+  Dan Johansson <dan.johansson@stericsson.com>
+ " Linus Walleij <linus.walleij@stericsson.com>\0"
  "\00:1\0"
  "b\0"
  "On Wednesday 10 November 2010, Jimmy Rubin wrote:\n"
  "> +\n"
- "> +\tif (ddev->id = PRIMARY_DISPLAY_ID && rotate_main) {\n"
+ "> +\tif (ddev->id == PRIMARY_DISPLAY_ID && rotate_main) {\n"
  "> +\t\tswap(width, height);\n"
  "> +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_ROTATE_180_DEGREES\n"
  "> +\t\trotate = FB_ROTATE_CCW;\n"
@@ -21,7 +26,7 @@
  "> +\tvirtual_width = width;\n"
  "> +\tvirtual_height = height * 2;\n"
  "> +#ifdef CONFIG_DISPLAY_GENERIC_DSI_PRIMARY_AUTO_SYNC\n"
- "> +\tif (ddev->id = PRIMARY_DISPLAY_ID)\n"
+ "> +\tif (ddev->id == PRIMARY_DISPLAY_ID)\n"
  "> +\t\tvirtual_height = height;\n"
  "> +#endif\n"
  "> +\n"
@@ -58,4 +63,4 @@
  "\n"
  "\tArnd"
 
-6973166764be8250c971c0bfd5ecd627dc6cd3e6949a4c0dd2352db6ce74be41
+58c45fd4ffceb8d3e579bba7a24fac24301c3106948494553247b1de4e515c9f

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.