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 d90b4634b95446e4e9aebca6e20269b1494b4acb..6b642d75b9b58d7438ec9d00a318b27382da34da 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;
        }
 
This page took 0.025579 seconds and 5 git commands to generate.