diff options
author | Joe Perches <joe@perches.com> | 2011-06-23 18:35:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 04:14:39 -0400 |
commit | 75e1b6a84f7e2186e843da94751b6d175caf9209 (patch) | |
tree | 9df71f87a7ddb8f94055feb0edf83320b80fa1ea /drivers/video/s3fb.c | |
parent | 181b74ef794e198df36fbc8c962126a11a01d395 (diff) |
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/s3fb.c')
-rw-r--r-- | drivers/video/s3fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3fb.c b/drivers/video/s3fb.c index 0f9af1aa5077..946a949f4c7d 100644 --- a/drivers/video/s3fb.c +++ b/drivers/video/s3fb.c | |||
@@ -1505,7 +1505,7 @@ static struct pci_driver s3fb_pci_driver = { | |||
1505 | .resume = s3_pci_resume, | 1505 | .resume = s3_pci_resume, |
1506 | }; | 1506 | }; |
1507 | 1507 | ||
1508 | /* Parse user speficied options */ | 1508 | /* Parse user specified options */ |
1509 | 1509 | ||
1510 | #ifndef MODULE | 1510 | #ifndef MODULE |
1511 | static int __init s3fb_setup(char *options) | 1511 | static int __init s3fb_setup(char *options) |