mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fbcon: remove stray semicolons
@ 2008-07-18 12:19 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-07-18 12:19 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

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

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

--- linux-2.6.26/drivers/video/console/fbcon.h	2008-07-13 23:51:29.000000000 +0200
+++ 2.6.26-fbcon-stray-semicolon/drivers/video/console/fbcon.h	2008-07-15 14:51:28.000000000 +0200
@@ -147,9 +147,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])




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-18 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-18 12:19 [PATCH] fbcon: remove stray semicolons Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®