staging: sm750fb: Fix typo in sm750.c

This patch fix a spelling typo in printk within sm750.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Masanari Iida 2015-05-28 08:41:16 +09:00 committed by Greg Kroah-Hartman
parent c4eacdad9d
commit 008272072d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}