video: Fix typo in drivers/video
Correct spelling typo in debug messages and comments within drivers/video. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
f9028317b2
commit
ff0c26424c
@@ -939,7 +939,7 @@ static int __init atmel_lcdfb_probe(struct platform_device *pdev)
|
||||
* up a splash image.
|
||||
*/
|
||||
} else {
|
||||
/* alocate memory buffer */
|
||||
/* allocate memory buffer */
|
||||
ret = atmel_lcdfb_alloc_video_memory(sinfo);
|
||||
if (ret < 0) {
|
||||
dev_err(dev, "cannot allocate framebuffer: %d\n", ret);
|
||||
|
Reference in New Issue
Block a user