staging: sm750fb: Fix typo in sm750.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 27 May 2015 23:41:16 +0000 (08:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 03:04:35 +0000 (12:04 +0900)
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>
drivers/staging/sm750fb/sm750.c

index d90b463..6b642d7 100644 (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;
        }