aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-23 18:35:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2011-06-24 04:14:39 -0400
commit75e1b6a84f7e2186e843da94751b6d175caf9209 (patch)
tree9df71f87a7ddb8f94055feb0edf83320b80fa1ea
parent181b74ef794e198df36fbc8c962126a11a01d395 (diff)
video: Fix speficied typo
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--drivers/video/controlfb.c2
-rw-r--r--drivers/video/platinumfb.c2
-rw-r--r--drivers/video/pm2fb.c2
-rw-r--r--drivers/video/pm3fb.c2
-rw-r--r--drivers/video/s3fb.c2
-rw-r--r--drivers/video/skeletonfb.c2
-rw-r--r--drivers/video/valkyriefb.c2
7 files changed, 7 insertions, 7 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
550 550
551 551
552/* 552/*
553 * Parse user speficied options (`video=controlfb:') 553 * Parse user specified options (`video=controlfb:')
554 */ 554 */
555static void __init control_setup(char *options) 555static void __init control_setup(char *options)
556{ 556{
diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c
index ef532d9d3c99..a0d0c3d625b9 100644
--- a/drivers/video/platinumfb.c
+++ b/drivers/video/platinumfb.c
@@ -490,7 +490,7 @@ static int platinum_var_to_par(struct fb_var_screeninfo *var,
490 490
491 491
492/* 492/*
493 * Parse user speficied options (`video=platinumfb:') 493 * Parse user specified options (`video=platinumfb:')
494 */ 494 */
495static int __init platinumfb_setup(char *options) 495static int __init platinumfb_setup(char *options)
496{ 496{
diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c
index f4f8ce802d02..dc7bfa91e57a 100644
--- a/drivers/video/pm2fb.c
+++ b/drivers/video/pm2fb.c
@@ -1773,7 +1773,7 @@ MODULE_DEVICE_TABLE(pci, pm2fb_id_table);
1773 1773
1774#ifndef MODULE 1774#ifndef MODULE
1775/** 1775/**
1776 * Parse user speficied options. 1776 * Parse user specified options.
1777 * 1777 *
1778 * This is, comma-separated options following `video=pm2fb:'. 1778 * This is, comma-separated options following `video=pm2fb:'.
1779 */ 1779 */
diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c
index 8221b5b42da9..6632ee5ecb7e 100644
--- a/drivers/video/pm3fb.c
+++ b/drivers/video/pm3fb.c
@@ -1525,7 +1525,7 @@ static int __init pm3fb_setup(char *options)
1525{ 1525{
1526 char *this_opt; 1526 char *this_opt;
1527 1527
1528 /* Parse user speficied options (`video=pm3fb:') */ 1528 /* Parse user specified options (`video=pm3fb:') */
1529 if (!options || !*options) 1529 if (!options || !*options)
1530 return 0; 1530 return 0;
1531 1531
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
1511static int __init s3fb_setup(char *options) 1511static int __init s3fb_setup(char *options)
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c
index 89158bc71da2..30f7a815a62b 100644
--- a/drivers/video/skeletonfb.c
+++ b/drivers/video/skeletonfb.c
@@ -989,7 +989,7 @@ static struct platform_device *xxxfb_device;
989 */ 989 */
990int __init xxxfb_setup(char *options) 990int __init xxxfb_setup(char *options)
991{ 991{
992 /* Parse user speficied options (`video=xxxfb:') */ 992 /* Parse user specified options (`video=xxxfb:') */
993} 993}
994#endif /* MODULE */ 994#endif /* MODULE */
995 995
diff --git a/drivers/video/valkyriefb.c b/drivers/video/valkyriefb.c
index 6b52bf65f0b5..3f5a041601da 100644
--- a/drivers/video/valkyriefb.c
+++ b/drivers/video/valkyriefb.c
@@ -555,7 +555,7 @@ static int __init valkyrie_init_info(struct fb_info *info,
555 555
556 556
557/* 557/*
558 * Parse user speficied options (`video=valkyriefb:') 558 * Parse user specified options (`video=valkyriefb:')
559 */ 559 */
560int __init valkyriefb_setup(char *options) 560int __init valkyriefb_setup(char *options)
561{ 561{