From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] fixup! fonts: Add 7x14 font
Date: Thu, 16 Jul 2015 20:12:31 +0300 [thread overview]
Message-ID: <1437066751-28074-1-git-send-email-antonynpavlov@gmail.com> (raw)
---
do as linux kernel does.
---
include/linux/font.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/linux/font.h b/include/linux/font.h
index dad6dcc..62b1879 100644
--- a/include/linux/font.h
+++ b/include/linux/font.h
@@ -20,7 +20,8 @@ struct font_desc {
};
extern const struct font_desc font_vga_8x16,
- font_mini_4x6, font_7x14;
+ font_7x14,
+ font_mini_4x6;
/* Max. length for the name of a predefined font */
#define MAX_FONT_NAME 32
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-07-16 17:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 17:12 Antony Pavlov [this message]
2015-07-20 5:11 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437066751-28074-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox