Skip to content

Commit

Permalink
video: fbdev: sparc drivers: fix kernel-doc warnings for blank_mode
Browse files Browse the repository at this point in the history
Fix kernel-doc warnings caused by a wrong parameter name
blank_mode => blank

Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
sravnborg committed Dec 8, 2020
1 parent 7143c92 commit 3ccdcdf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/bw2.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct bw2_par {

/**
* 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
*/
static int
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/cg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static int cg3_setcolreg(unsigned regno,

/**
* 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
*/
static int cg3_blank(int blank, struct fb_info *info)
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/cg6.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ static int cg6_setcolreg(unsigned regno,
/**
* 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
*/
static int cg6_blank(int blank, struct fb_info *info)
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/ffb.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static int ffb_setcolreg(unsigned regno,

/**
* 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
*/
static int ffb_blank(int blank, struct fb_info *info)
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/leo.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static int leo_setcolreg(unsigned regno,

/**
* 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
*/
static int leo_blank(int blank, struct fb_info *info)
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/p9100.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static int p9100_setcolreg(unsigned regno,

/**
* 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
*/
static int
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/fbdev/tcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static int tcx_setcolreg(unsigned regno,

/**
* 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
*/
static int
Expand Down

0 comments on commit 3ccdcdf

Please sign in to comment.