projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4eacda
)
staging: sm750fb: Fix typo in sm750.c
author
Masanari Iida
<standby24x7@gmail.com>
Wed, 27 May 2015 23:41:16 +0000
(08:41 +0900)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/sm750fb/sm750.c
b/drivers/staging/sm750fb/sm750.c
index d90b4634b95446e4e9aebca6e20269b1494b4acb..6b642d75b9b58d7438ec9d00a318b27382da34da 100644
(file)
--- 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 all
o
cate memory for cmap.\n");
goto exit;
}