lkml.org 
[lkml]   [2008]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] remove stray semicolons from attr_{b,f}gcol_ec()
Signed-off-by: Jan Beulich <jbeulich@novell.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])




\
 
 \ /
  Last update: 2008-04-22 17:17    [W:0.054 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site