mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"
Trivial fix to spelling mistake in error messages. Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: Markus Elfring <elfring@users.sourceforge.net> Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
6d09dfe70f
commit
3879490f3a
@ -464,7 +464,7 @@ static int au1100fb_drv_probe(struct platform_device *dev)
|
||||
PAGE_ALIGN(fbdev->fb_len),
|
||||
&fbdev->fb_phys, GFP_KERNEL);
|
||||
if (!fbdev->fb_mem) {
|
||||
print_err("fail to allocate frambuffer (size: %dK))",
|
||||
print_err("fail to allocate framebuffer (size: %dK))",
|
||||
fbdev->fb_len / 1024);
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
@ -1696,7 +1696,7 @@ static int au1200fb_drv_probe(struct platform_device *dev)
|
||||
&fbdev->fb_phys, GFP_KERNEL,
|
||||
DMA_ATTR_NON_CONSISTENT);
|
||||
if (!fbdev->fb_mem) {
|
||||
print_err("fail to allocate frambuffer (size: %dK))",
|
||||
print_err("fail to allocate framebuffer (size: %dK))",
|
||||
fbdev->fb_len / 1024);
|
||||
ret = -ENOMEM;
|
||||
goto failed;
|
||||
|
Loading…
Reference in New Issue
Block a user