Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}