linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] framebuffer: arkfb: Fix framebugger typo
@ 2013-09-20  1:53 Joe Perches
  2013-09-20  1:53 ` [PATCH 2/2] framebuffer: Remove pmag-aa-fb Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Joe Perches @ 2013-09-20  1:53 UTC (permalink / raw)
  To: Jean-Christophe Plagniol-Villard, Tomi Valkeinen
  Cc: linux-fbdev, linux-kernel

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;
 	}
 
-- 
1.8.1.2.459.gbcd45b4.dirty


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-26 14:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] framebuffer: arkfb: Fix framebugger typo Tomi Valkeinen
2013-09-26 10:10   ` Joe Perches

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).