video: fbdev: hgafb: Fix kernel-doc warnings
authorSam Ravnborg <sam@ravnborg.org>
Sun, 6 Dec 2020 19:02:35 +0000 (20:02 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 8 Dec 2020 17:31:11 +0000 (18:31 +0100)
Fix kernel-doc comments.

v2:
  - Updated subject (Lee)

v3:
  - Add space after ':' (Randy)
  - Fix name of function in comment

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
Cc: linux-nvidia@lists.surfsouth.com
Cc: Lee Jones <lee.jones@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201206190247.1861316-2-sam@ravnborg.org
drivers/video/fbdev/hgafb.c

index a45fcff1461fb8aef98d8d0a6fc0b790fa54ebeb..8bbac7182ad32a7e32f62142ba48612e83586834 100644 (file)
@@ -357,8 +357,8 @@ error:
 
 /**
  *     hgafb_open - open the framebuffer device
- *     @info:pointer to fb_info object containing info for current hga board
- *     @int:open by console system or userland.
+ *     @info: pointer to fb_info object containing info for current hga board
+ *     @init: open by console system or userland.
  */
 
 static int hgafb_open(struct fb_info *info, int init)
@@ -370,9 +370,9 @@ static int hgafb_open(struct fb_info *info, int init)
 }
 
 /**
- *     hgafb_open - open the framebuffer device
- *     @info:pointer to fb_info object containing info for current hga board
- *     @int:open by console system or userland.
+ *     hgafb_release - open the framebuffer device
+ *     @info: pointer to fb_info object containing info for current hga board
+ *     @init: open by console system or userland.
  */
 
 static int hgafb_release(struct fb_info *info, int init)