diff options
author | Joe Perches <joe@perches.com> | 2011-06-24 00:35:19 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 10:14:39 +0200 |
commit | 75e1b6a84f7e2186e843da94751b6d175caf9209 (patch) | |
tree | 9df71f87a7ddb8f94055feb0edf83320b80fa1ea /drivers/video/controlfb.c | |
parent | video: don't use flush_scheduled_work() in fb_defio (diff) | |
download | linux-75e1b6a84f7e2186e843da94751b6d175caf9209.tar.xz linux-75e1b6a84f7e2186e843da94751b6d175caf9209.zip |
video: Fix speficied typo
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/controlfb.c')
-rw-r--r-- | drivers/video/controlfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/controlfb.c b/drivers/video/controlfb.c index c225dcce89e7..f6944019cb66 100644 --- a/drivers/video/controlfb.c +++ b/drivers/video/controlfb.c @@ -550,7 +550,7 @@ static void control_set_hardware(struct fb_info_control *p, struct fb_par_contro /* - * Parse user speficied options (`video=controlfb:') + * Parse user specified options (`video=controlfb:') */ static void __init control_setup(char *options) { |