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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <480E1CAE.76E4.0078.0@novell.com>
Date:	Tue, 22 Apr 2008 16:13:18 +0100
From:	"Jan Beulich" <jbeulich@...ell.com>
To:	<linux-kernel@...r.kernel.org>
Subject: [PATCH] remove stray semicolons from attr_{b,f}gcol_ec()

Signed-off-by: Jan Beulich <jbeulich@...ell.com>

---
 drivers/video/console/fbcon.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.25/drivers/video/console/fbcon.h	2008-04-17 04:49:44.000000000 +0200
+++ 2.6.25-fbcon-attr-col-macros/drivers/video/console/fbcon.h	2008-04-15 10:49:20.000000000 +0200
@@ -143,9 +143,9 @@ static inline int attr_col_ec(int shift,
 }
 
 #define attr_bgcol_ec(bgshift,vc,info)		\
-	attr_col_ec(bgshift,vc,info,0);
+	attr_col_ec(bgshift,vc,info,0)
 #define attr_fgcol_ec(fgshift,vc,info)		\
-	attr_col_ec(fgshift,vc,info,1);
+	attr_col_ec(fgshift,vc,info,1)
 
 /* Font */
 #define REFCOUNT(fd)	(((int *)(fd))[-1])



--
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