Commit 00827207 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: sm750fb: Fix typo in sm750.c

This patch fix a spelling typo in printk within sm750.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4eacdad
......@@ -974,7 +974,7 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
ret = fb_alloc_cmap(&info->cmap, 256, 0);
if (ret < 0) {
pr_err("Could not allcate memory for cmap.\n");
pr_err("Could not allocate memory for cmap.\n");
goto exit;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment