Re: [PATCH] backlight: ili922x: fix kernel-doc warnings
From: Daniel Thompson <hidden>
Date: 2023-01-13 16:26:19
Also in:
dri-devel, lkml
From: Daniel Thompson <hidden>
Date: 2023-01-13 16:26:19
Also in:
dri-devel, lkml
On Thu, Jan 12, 2023 at 10:41:08PM -0800, Randy Dunlap wrote:
Convert comments for START_BYTE() and CHECK_FREQ_REG() macros into kernel-doc notation to avoid these kernel-doc warnings: drivers/video/backlight/ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * START_BYTE(id, rs, rw) drivers/video/backlight/ili922x.c:118: warning: expecting prototype for CHECK_FREQ_REG(spi_device s, spi_transfer x)(). Prototype was for CHECK_FREQ_REG() instead Signed-off-by: Randy Dunlap <redacted> Cc: Lee Jones <lee@kernel.org> Cc: Daniel Thompson <redacted> Cc: Jingoo Han <jingoohan1@gmail.com> Cc: Helge Deller <deller@gmx.de> Cc: dri-devel@lists.freedesktop.org Cc: linux-fbdev@vger.kernel.org
Reviewed-by: Daniel Thompson <redacted> Daniel.