projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1d2da
)
framebuffer: arkfb: Fix framebugger typo
author
Joe Perches
<joe@perches.com>
Fri, 20 Sep 2013 01:53:13 +0000
(18:53 -0700)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 09:46:27 +0000
(12:46 +0300)
s/framebugger/framebuffer/
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/arkfb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/arkfb.c
b/drivers/video/arkfb.c
index ff6e304b225f0d3a580eecf487e32790fef5e698..15dd5423d64a0a38f29a7b0d8b047e2a5f726e07 100644
(file)
--- 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 framebu
gg
er\n");
+ dev_err(info->device, "cannot register framebu
ff
er\n");
goto err_reg_fb;
}