projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
firewire: cdev: restrict broadcast write requests to Units Space
[linux-2.6]
/
drivers
/
video
/
console
/
font_pearl_8x8.c
diff --git
a/drivers/video/console/font_pearl_8x8.c
b/drivers/video/console/font_pearl_8x8.c
index
e646c88
..
dc6ad53
100644
(file)
--- a/
drivers/video/console/font_pearl_8x8.c
+++ b/
drivers/video/console/font_pearl_8x8.c
@@
-2578,10
+2578,10
@@
static const unsigned char fontdata_pearl8x8[FONTDATAMAX] = {
};
const struct font_desc font_pearl_8x8 = {
- PEARL8x8_IDX,
- "PEARL8x8",
- 8,
- 8,
- fontdata_pearl8x8,
- 2
+
.idx =
PEARL8x8_IDX,
+
.name =
"PEARL8x8",
+
.width =
8,
+
.height =
8,
+
.data =
fontdata_pearl8x8,
+ .pref = 2,
};