]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: ipu-v3: clean up kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 27 Apr 2026 18:32:36 +0000 (11:32 -0700)
committerHelge Deller <deller@gmx.de>
Tue, 28 Apr 2026 12:18:51 +0000 (14:18 +0200)
commitf1fb23a0a0fcbdb66672da51d7d63a259f6396ca
tree91d08961ececebe923f42f155c9e955558f85dab
parent254f49634ee16a731174d2ae34bc50bd5f45e731
fbdev: ipu-v3: clean up kernel-doc warnings

Correct all kernel-doc warnings:
- fix a typedef kernel-doc comment
- mark a list_head as private
- use Returns: for function return values

Warning: include/video/imx-ipu-image-convert.h:31 struct member 'list' not
 described in 'ipu_image_convert_run'
Warning: include/video/imx-ipu-image-convert.h:40 function parameter
 'ipu_image_convert_cb_t' not described in 'void'
Warning: include/video/imx-ipu-image-convert.h:40 expecting prototype for
 ipu_image_convert_cb_t(). Prototype was for void() instead
Warning: include/video/imx-ipu-image-convert.h:66 No description found for
 return value of 'ipu_image_convert_verify'
Warning: include/video/imx-ipu-image-convert.h:90 No description found for
 return value of 'ipu_image_convert_prepare'
Warning: include/video/imx-ipu-image-convert.h:125 No description found for
 return value of 'ipu_image_convert_queue'
Warning: include/video/imx-ipu-image-convert.h:163 No description found for
 return value of 'ipu_image_convert'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Helge Deller <deller@gmx.de>
include/video/imx-ipu-image-convert.h