linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/linux-next] staging: sm750fb: Fix typo in sm750.c
@ 2015-05-27 23:41 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2015-05-27 23:41 UTC (permalink / raw)
  To: sudipm.mukherjee, gregkh, linux-kernel, rdunlap; +Cc: Masanari Iida

This patch fix a spelling typo in printk within sm750.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/staging/sm750fb/sm750.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 69b18f3..efad94a 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -977,7 +977,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;
 	}
 
-- 
2.4.1.314.g9532ead


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-27 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27 23:41 [PATCH/linux-next] staging: sm750fb: Fix typo in sm750.c Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).