projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[linux-2.6]
/
drivers
/
video
/
console
/
font_7x14.c
diff --git
a/drivers/video/console/font_7x14.c
b/drivers/video/console/font_7x14.c
index
bbf1166
..
3b7dbf9
100644
(file)
--- a/
drivers/video/console/font_7x14.c
+++ b/
drivers/video/console/font_7x14.c
@@
-4109,10
+4109,10
@@
static const unsigned char fontdata_7x14[FONTDATAMAX] = {
const struct font_desc font_7x14 = {
- FONT7x14_IDX,
- "7x14",
- 7,
- 14,
- fontdata_7x14,
- 0
+
.idx =
FONT7x14_IDX,
+
.name =
"7x14",
+
.width =
7,
+
.height =
14,
+
.data =
fontdata_7x14,
+ .pref = 0,
};