From: Masanari Iida Date: Wed, 27 May 2015 23:41:16 +0000 (+0900) Subject: staging: sm750fb: Fix typo in sm750.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=008272072d61a8ce9f9f1e7cf2807a59b2e67b64;p=deliverable%2Flinux.git staging: sm750fb: Fix typo in sm750.c This patch fix a spelling typo in printk within sm750.c Signed-off-by: Masanari Iida Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index d90b4634b954..6b642d75b9b5 100644 --- a/drivers/staging/sm750fb/sm750.c +++ b/drivers/staging/sm750fb/sm750.c @@ -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; }