video: Fix speficied typo
authorJoe Perches <joe@perches.com>
Thu, 23 Jun 2011 22:35:19 +0000 (22:35 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 24 Jun 2011 08:14:39 +0000 (17:14 +0900)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/controlfb.c
drivers/video/platinumfb.c
drivers/video/pm2fb.c
drivers/video/pm3fb.c
drivers/video/s3fb.c
drivers/video/skeletonfb.c
drivers/video/valkyriefb.c

index c225dcce89e78f083f0e02c60b3064b29d001748..f6944019cb66e6745d266c54fb49f79123d50af0 100644 (file)
@@ -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)
 {
index ef532d9d3c99d9376e8c5c260eda261f46c203c5..a0d0c3d625b95bf3fa3e22218bf04dbd8d3c2336 100644 (file)
@@ -490,7 +490,7 @@ static int platinum_var_to_par(struct fb_var_screeninfo *var,
 
 
 /* 
- * Parse user speficied options (`video=platinumfb:')
+ * Parse user specified options (`video=platinumfb:')
  */
 static int __init platinumfb_setup(char *options)
 {
index f4f8ce802d029af4e2d0d32bb1668edc5740e192..dc7bfa91e57ab1c87bc6b2b0e4d405b050895c9a 100644 (file)
@@ -1773,7 +1773,7 @@ MODULE_DEVICE_TABLE(pci, pm2fb_id_table);
 
 #ifndef MODULE
 /**
- * Parse user speficied options.
+ * Parse user specified options.
  *
  * This is, comma-separated options following `video=pm2fb:'.
  */
index 8221b5b42da9d879b42cbe4c26808a6f5ef48057..6632ee5ecb7e1243d2e6afc177a4a71eb6a5b6ec 100644 (file)
@@ -1525,7 +1525,7 @@ static int __init pm3fb_setup(char *options)
 {
        char *this_opt;
 
-       /* Parse user speficied options (`video=pm3fb:') */
+       /* Parse user specified options (`video=pm3fb:') */
        if (!options || !*options)
                return 0;
 
index 0f9af1aa5077431b32d11d8f667cac6b615ea1c7..946a949f4c7d44cba635432f92c7591a54b773ab 100644 (file)
@@ -1505,7 +1505,7 @@ static struct pci_driver s3fb_pci_driver = {
        .resume         = s3_pci_resume,
 };
 
-/* Parse user speficied options */
+/* Parse user specified options */
 
 #ifndef MODULE
 static int  __init s3fb_setup(char *options)
index 89158bc71da2b3ea982d355c2e6ee0dfeaee7244..30f7a815a62bc0f36813a644ad1819d210958ca5 100644 (file)
@@ -989,7 +989,7 @@ static struct platform_device *xxxfb_device;
  */
 int __init xxxfb_setup(char *options)
 {
-    /* Parse user speficied options (`video=xxxfb:') */
+    /* Parse user specified options (`video=xxxfb:') */
 }
 #endif /* MODULE */
 
index 6b52bf65f0b57fc3ddced265a76a8ce5b03b0f6e..3f5a041601dafd77a6088096f6d5dab6331461d1 100644 (file)
@@ -555,7 +555,7 @@ static int __init valkyrie_init_info(struct fb_info *info,
 
 
 /*
- * Parse user speficied options (`video=valkyriefb:')
+ * Parse user specified options (`video=valkyriefb:')
  */
 int __init valkyriefb_setup(char *options)
 {