diff for duplicates of <20051223021526.GG27525@stusta.de> diff --git a/a/1.txt b/N1/1.txt index 5ce210a..0be20d8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -114,11 +114,11 @@ Signed-off-by: Adrian Bunk <bunk@stusta.de> #endif @@ -1045,7 +1045,7 @@ - if (keycode = KEY_LEFTALT || keycode = KEY_RIGHTALT) + if (keycode == KEY_LEFTALT || keycode == KEY_RIGHTALT) sysrq_alt = down; -#if defined(CONFIG_SPARC32) || defined(CONFIG_SPARC64) +#ifdef CONFIG_SPARC - if (keycode = KEY_STOP) + if (keycode == KEY_STOP) sparc_l1_a_state = down; #endif @@ -1072,7 +1072,7 @@ @@ -127,7 +127,7 @@ Signed-off-by: Adrian Bunk <bunk@stusta.de> #endif -#if defined(CONFIG_SPARC32) || defined(CONFIG_SPARC64) +#ifdef CONFIG_SPARC - if (keycode = KEY_A && sparc_l1_a_state) { + if (keycode == KEY_A && sparc_l1_a_state) { sparc_l1_a_state = 0; sun_do_break(); --- linux-git/drivers/fc4/Kconfig.old 2005-12-23 02:04:15.000000000 +0100 diff --git a/a/content_digest b/N1/content_digest index b2a237a..f924949 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020051219.145254.33863414.davem@davemloft.net\0" "From\0Adrian Bunk <bunk@stusta.de>\0" "Subject\0[2.6 patch] introduce a SPARC Kconfig symbol\0" - "Date\0Fri, 23 Dec 2005 02:15:26 +0000\0" + "Date\0Fri, 23 Dec 2005 03:15:26 +0100\0" "To\0David S. Miller <davem@davemloft.net>\0" "Cc\0gmack@innerfire.net" wli@holomorphy.com @@ -131,11 +131,11 @@ " #endif\n" "@@ -1045,7 +1045,7 @@\n" " \n" - " \tif (keycode = KEY_LEFTALT || keycode = KEY_RIGHTALT)\n" + " \tif (keycode == KEY_LEFTALT || keycode == KEY_RIGHTALT)\n" " \t\tsysrq_alt = down;\n" "-#if defined(CONFIG_SPARC32) || defined(CONFIG_SPARC64)\n" "+#ifdef CONFIG_SPARC\n" - " \tif (keycode = KEY_STOP)\n" + " \tif (keycode == KEY_STOP)\n" " \t\tsparc_l1_a_state = down;\n" " #endif\n" "@@ -1072,7 +1072,7 @@\n" @@ -144,7 +144,7 @@ " #endif\n" "-#if defined(CONFIG_SPARC32) || defined(CONFIG_SPARC64)\n" "+#ifdef CONFIG_SPARC\n" - " \tif (keycode = KEY_A && sparc_l1_a_state) {\n" + " \tif (keycode == KEY_A && sparc_l1_a_state) {\n" " \t\tsparc_l1_a_state = 0;\n" " \t\tsun_do_break();\n" "--- linux-git/drivers/fc4/Kconfig.old\t2005-12-23 02:04:15.000000000 +0100\n" @@ -428,4 +428,4 @@ " config SND_SUN_AMD7930\n" " \ttristate \"Sun AMD7930\"" -59ea8845bf31642364d1626f995c62c4761d3bc33df3e103055216d1f86aaaf4 +e1adbffd1df0a175482674153f53130a4a16e89732f28fa42a88e2f6b1460b50
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.