lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 22 Aug 2007 19:50:12 +0200
From:	Mariusz Kozlowski <m.kozlowski@...land.pl>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, yoichi_yuasa@...peaks.co.jp,
	linux@...inikbrodowski.net, ralf@...ux-mips.org
Subject: [PATCH -mm] move-a-few-definitions-to-au1000_xxs1500c.patch fix

Hello,

	This patch fixes unbalanced parenthesis introduced by:

move-a-few-definitions-to-au1000_xxs1500c.patch

Regards,

	Mariusz

Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>

 drivers/pcmcia/au1000_xxs1500.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.23-rc3-mm1-a/drivers/pcmcia/au1000_xxs1500.c	2007-08-22 17:18:28.000000000 +0200
+++ linux-2.6.23-rc3-mm1-b/drivers/pcmcia/au1000_xxs1500.c	2007-08-22 17:20:34.000000000 +0200
@@ -52,7 +52,7 @@
 #include <asm/au1000_pcmcia.h>

 #define PCMCIA_MAX_SOCK		0
-#define PCMCIA_NUM_SOCKS	PCMCIA_MAX_SOCK + 1)
+#define PCMCIA_NUM_SOCKS	(PCMCIA_MAX_SOCK + 1)
 #define PCMCIA_IRQ		AU1000_GPIO_4

 #if 0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ