mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 00:29:36 -04:00
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:
committed by
Greg Kroah-Hartman
parent
c4eacdad9d
commit
008272072d
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user