All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4ECC981E.9030703@gmx.de>

diff --git a/a/1.txt b/N1/1.txt
index d510dd3..e46feef 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,8 +22,8 @@ Florian Tobias Schandinat
 >  
 >  	/* Try to pick a video mode out of NVRAM if we have one. */
 >  #ifdef CONFIG_NVRAM
-> -	if (default_cmode = CMODE_NVRAM){
-> +	if (default_cmode = CMODE_NVRAM) {
+> -	if (default_cmode == CMODE_NVRAM){
+> +	if (default_cmode == CMODE_NVRAM) {
 >  		cmode = nvram_read_byte(NV_CMODE);
 >  		if(cmode < CMODE_8 || cmode > CMODE_32)
 >  			cmode = CMODE_8;
diff --git a/a/content_digest b/N1/content_digest
index 1873cd2..1221832 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "ref\01321590896-8249-1-git-send-email-zac.3.14159@gmail.com\0"
  "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0"
- "Subject\0Re: [PATCH 3/3] Drivers: video: controlfb: fixed a brace coding style\0"
+ "Subject\0Re: [PATCH 3/3] Drivers: video: controlfb: fixed a brace coding style issue\0"
  "Date\0Wed, 23 Nov 2011 06:52:14 +0000\0"
  "To\0Zac Storer <zac.3.14159@gmail.com>\0"
  "Cc\0linux-fbdev@vger.kernel.org"
@@ -31,10 +31,10 @@
  ">  \n"
  ">  \t/* Try to pick a video mode out of NVRAM if we have one. */\n"
  ">  #ifdef CONFIG_NVRAM\n"
- "> -\tif (default_cmode = CMODE_NVRAM){\n"
- "> +\tif (default_cmode = CMODE_NVRAM) {\n"
+ "> -\tif (default_cmode == CMODE_NVRAM){\n"
+ "> +\tif (default_cmode == CMODE_NVRAM) {\n"
  ">  \t\tcmode = nvram_read_byte(NV_CMODE);\n"
  ">  \t\tif(cmode < CMODE_8 || cmode > CMODE_32)\n"
  ">  \t\t\tcmode = CMODE_8;"
 
-de83fcfe87e664dd27dbded6477f052068757760998f50f3331ba791d6db1b11
+eff3c8c8493cfedf22b6264b644cd4708cf088cf8de5b1db0563bf2dbcb41d83

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.