From: Du Huanpeng <u74147@gmail.com>
To: barebox@lists.infradead.org
Subject: Re: [PATCH] fbconsole: move font variable into struct font_desc
Date: Mon, 9 Nov 2015 00:21:01 -0800 [thread overview]
Message-ID: <20151109082101.GA5169@mail.tkernel.org> (raw)
In-Reply-To: <1446952576-2228-1-git-send-email-u74147@gmail.com>
On Sat, Nov 07, 2015 at 07:16:16PM -0800, Du Huanpeng wrote:
thanks!
because my next patch will change this line to:
+ int index;
+ if (font->index == NULL) {
+ index = font->width + 7;
+ index /= 8;
+ index *= font->height;
+ index *= ch;
so, I didn't fix this warning.
- - -
Du Huanpeng
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2015-11-09 8:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-08 3:16 [PATCH] fbconsole: move font variable into struct font_desc Du Huanpeng
2015-11-09 6:28 ` Sascha Hauer
2015-11-09 8:21 ` Du Huanpeng [this message]
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=20151109082101.GA5169@mail.tkernel.org \
--to=u74147@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.