From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Joe Perches <joe@perches.com>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
<linux-fbdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] framebuffer: arkfb: Fix framebugger typo
Date: Thu, 26 Sep 2013 12:47:18 +0300 [thread overview]
Message-ID: <524402A6.1040709@ti.com> (raw)
In-Reply-To: <c94f3e342947923f20d4c12932f382aa5200511b.1379641901.git.joe@perches.com>
[-- Attachment #1: Type: text/plain, Size: 803 bytes --]
On 20/09/13 04:53, Joe Perches wrote:
> s/framebugger/framebuffer/
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/video/arkfb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/arkfb.c b/drivers/video/arkfb.c
> index ee0f1a1..b13f3f2 100644
> --- a/drivers/video/arkfb.c
> +++ b/drivers/video/arkfb.c
> @@ -1048,7 +1048,7 @@ static int ark_pci_probe(struct pci_dev *dev, const struct pci_device_id *id)
>
> rc = register_framebuffer(info);
> if (rc < 0) {
> - dev_err(info->device, "cannot register framebugger\n");
> + dev_err(info->device, "cannot register framebuffer\n");
> goto err_reg_fb;
> }
>
>
Thanks, queued for 3.13. Although I have to say I kinda like the sound
of framebugger.
Tom
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
next prev parent reply other threads:[~2013-09-26 9:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-20 1:53 [PATCH 1/2] framebuffer: arkfb: Fix framebugger typo Joe Perches
2013-09-20 1:53 ` [PATCH 2/2] framebuffer: Remove pmag-aa-fb Joe Perches
2013-09-20 7:33 ` Geert Uytterhoeven
2013-09-20 18:18 ` Maciej W. Rozycki
2013-09-20 18:43 ` Joe Perches
2013-09-22 20:09 ` Maciej W. Rozycki
2013-09-22 20:21 ` Geert Uytterhoeven
2013-09-22 21:54 ` Maciej W. Rozycki
2013-10-12 13:08 ` Maciej W. Rozycki
2013-10-12 16:08 ` Joe Perches
2013-09-20 3:10 ` [PATCH 2/2] framebuffer: Fix int cast to pointer warnings Joe Perches
2013-11-26 14:51 ` Tomi Valkeinen
2013-09-26 9:47 ` Tomi Valkeinen [this message]
2013-09-26 10:10 ` [PATCH 1/2] framebuffer: arkfb: Fix framebugger typo Joe Perches
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=524402A6.1040709@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=joe@perches.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=plagnioj@jcrosoft.com \
/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;
as well as URLs for NNTP newsgroup(s).