Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271262
b: refs/heads/master
c: 75e1b6a
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Paul Mundt committed Jun 24, 2011
1 parent 1b1b383 commit aff40ab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 181b74ef794e198df36fbc8c962126a11a01d395
refs/heads/master: 75e1b6a84f7e2186e843da94751b6d175caf9209
2 changes: 1 addition & 1 deletion trunk/drivers/video/controlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/platinumfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/pm2fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:'.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/pm3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/skeletonfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/valkyriefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit aff40ab

Please sign in to comment.