Commit 04a697f0 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

video: fbdev: hgafb: Fix kernel-doc warnings



Fix kernel-doc comments.

v2:
  - Updated subject (Lee)

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

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Acked-by: default avatarRandy 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
parent ca459a74
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ static int hga_card_detect(void)
/**
 *	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.
 *	@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
 *	hgafb_release - open the framebuffer device
 *	@info: pointer to fb_info object containing info for current hga board
 *	@int:open by console system or userland.
 *	@init: open by console system or userland.
 */

static int hgafb_release(struct fb_info *info, int init)