diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-03-19 22:00:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-20 11:26:32 -0400 |
commit | 07f42258893d3768deb9a24165d23f1355bc1949 (patch) | |
tree | ec0a9dbf512c512476c5e71f7dfb614cb8a4263f /drivers/video/goldfishfb.c | |
parent | 434720fa98443c048df62512d3c6aaefb429bdd2 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/goldfishfb.c')
-rw-r--r-- | drivers/video/goldfishfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/goldfishfb.c b/drivers/video/goldfishfb.c index 489abb32fc04..7f6c9e6cfc6c 100644 --- a/drivers/video/goldfishfb.c +++ b/drivers/video/goldfishfb.c | |||
@@ -148,7 +148,7 @@ static int goldfish_fb_pan_display(struct fb_var_screeninfo *var, | |||
148 | wait_event_timeout(fb->wait, | 148 | wait_event_timeout(fb->wait, |
149 | fb->base_update_count != base_update_count, HZ / 15); | 149 | fb->base_update_count != base_update_count, HZ / 15); |
150 | if (fb->base_update_count == base_update_count) | 150 | if (fb->base_update_count == base_update_count) |
151 | pr_err("goldfish_fb_pan_display: timeout wating for base update\n"); | 151 | pr_err("goldfish_fb_pan_display: timeout waiting for base update\n"); |
152 | return 0; | 152 | return 0; |
153 | } | 153 | } |
154 | 154 | ||