Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105570
b: refs/heads/master
c: cba603b
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Jul 24, 2008
1 parent b3304b5 commit cd9a427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e074058d72486676f6fdf6fe803200c62dcb403
refs/heads/master: cba603bf514c101bf48f6adf393c3d00ed457a57
6 changes: 2 additions & 4 deletions trunk/drivers/video/console/fbcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,8 @@ static inline int attr_col_ec(int shift, struct vc_data *vc,
return is_fg ? fg : bg;
}

#define attr_bgcol_ec(bgshift,vc,info) \
attr_col_ec(bgshift,vc,info,0);
#define attr_fgcol_ec(fgshift,vc,info) \
attr_col_ec(fgshift,vc,info,1);
#define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0)
#define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1)

/* Font */
#define REFCOUNT(fd) (((int *)(fd))[-1])
Expand Down

0 comments on commit cd9a427

Please sign in to comment.