Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108109
b: refs/heads/master
c: 3838f59
h: refs/heads/master
i:
  108107: 09ae561
v: v3
  • Loading branch information
Linus Torvalds committed Aug 11, 2008
1 parent 4968455 commit a6665e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4fbb71597af591fa0ef565df1ba745c92d5070f7
refs/heads/master: 3838f59fc2ea9821f3ea13adb555bfc6ea43c74c
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct fbcon_ops {
#define attr_fgcol(fgshift,s) \
(((s) >> (fgshift)) & 0x0f)
#define attr_bgcol(bgshift,s) \
(((s) >> (bgshift)) & 0x07)
(((s) >> (bgshift)) & 0x0f)

/* Monochrome */
#define attr_bold(s) \
Expand Down

0 comments on commit a6665e0

Please sign in to comment.