Commit 3ccdcdf4 authored by Sam Ravnborg's avatar Sam Ravnborg

video: fbdev: sparc drivers: fix kernel-doc warnings for blank_mode

Fix kernel-doc warnings caused by a wrong parameter name
blank_mode => blank
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Acked-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201206190247.1861316-7-sam@ravnborg.org
parent 7143c92b
...@@ -116,7 +116,7 @@ struct bw2_par { ...@@ -116,7 +116,7 @@ struct bw2_par {
/** /**
* bw2_blank - Optional function. Blanks the display. * bw2_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int static int
......
...@@ -179,7 +179,7 @@ static int cg3_setcolreg(unsigned regno, ...@@ -179,7 +179,7 @@ static int cg3_setcolreg(unsigned regno,
/** /**
* cg3_blank - Optional function. Blanks the display. * cg3_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int cg3_blank(int blank, struct fb_info *info) static int cg3_blank(int blank, struct fb_info *info)
......
...@@ -511,7 +511,7 @@ static int cg6_setcolreg(unsigned regno, ...@@ -511,7 +511,7 @@ static int cg6_setcolreg(unsigned regno,
/** /**
* cg6_blank - Blanks the display. * cg6_blank - Blanks the display.
* *
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int cg6_blank(int blank, struct fb_info *info) static int cg6_blank(int blank, struct fb_info *info)
......
...@@ -667,7 +667,7 @@ static int ffb_setcolreg(unsigned regno, ...@@ -667,7 +667,7 @@ static int ffb_setcolreg(unsigned regno,
/** /**
* ffb_blank - Optional function. Blanks the display. * ffb_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int ffb_blank(int blank, struct fb_info *info) static int ffb_blank(int blank, struct fb_info *info)
......
...@@ -308,7 +308,7 @@ static int leo_setcolreg(unsigned regno, ...@@ -308,7 +308,7 @@ static int leo_setcolreg(unsigned regno,
/** /**
* leo_blank - Optional function. Blanks the display. * leo_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int leo_blank(int blank, struct fb_info *info) static int leo_blank(int blank, struct fb_info *info)
......
...@@ -175,7 +175,7 @@ static int p9100_setcolreg(unsigned regno, ...@@ -175,7 +175,7 @@ static int p9100_setcolreg(unsigned regno,
/** /**
* p9100_blank - Optional function. Blanks the display. * p9100_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int static int
......
...@@ -196,7 +196,7 @@ static int tcx_setcolreg(unsigned regno, ...@@ -196,7 +196,7 @@ static int tcx_setcolreg(unsigned regno,
/** /**
* tcx_blank - Optional function. Blanks the display. * tcx_blank - Optional function. Blanks the display.
* @blank_mode: the blank mode we want. * @blank: the blank mode we want.
* @info: frame buffer structure that represents a single frame buffer * @info: frame buffer structure that represents a single frame buffer
*/ */
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment