Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75e1b6a8 authored by Joe Perches's avatar Joe Perches Committed by Paul Mundt
Browse files

video: Fix speficied typo



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 181b74ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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:'.
 */
+1 −1
Original line number Diff line number Diff line
@@ -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;

+1 −1
Original line number Diff line number Diff line
@@ -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)
Loading