Re: (subset) [PATCH v2] backlight: ili922x: drop kernel-doc for local macros

2023-12-07 Thread Lee Jones
On Wed, 06 Dec 2023 09:45:25 -0800, Randy Dunlap wrote: > Don't use kernel-doc notation for the local macros START_BYTE() and > CHECK_FREQ_REG(). This prevents these kernel-doc warnings: > > ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc > comment. Refer Documentati

Re: [PATCH v2] backlight: ili922x: drop kernel-doc for local macros

2023-12-07 Thread Daniel Thompson
On Wed, Dec 06, 2023 at 09:45:25AM -0800, Randy Dunlap wrote: > Don't use kernel-doc notation for the local macros START_BYTE() and > CHECK_FREQ_REG(). This prevents these kernel-doc warnings: > > ili922x.c:85: warning: This comment starts with '/**', but isn't a kernel-doc > comment. Refer Docume

[PATCH v2] backlight: ili922x: drop kernel-doc for local macros

2023-12-06 Thread Randy Dunlap
Don't use kernel-doc notation for the local macros START_BYTE() and CHECK_FREQ_REG(). This prevents these kernel-doc warnings: 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) ili922x.c:85