Re: [PATCH] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-15 Thread Randy Dunlap
On 11/15/21 3:38 AM, Daniel Thompson wrote: Thanks for the fixes. Just a could of quibbles about full stops/periods. --- drivers/video/backlight/ili922x.c | 29 ++-- 1 file changed, 19 insertions(+), 10 deletions(-) --- linux-next-20211102.orig/drivers/video/bac

Re: [PATCH] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-15 Thread Daniel Thompson
On Sun, Nov 14, 2021 at 07:39:25PM -0800, Randy Dunlap wrote: > Convert function-like macro comments to kernel-doc notation and > fix other kernel-doc warnings: > > drivers/video/backlight/ili922x.c:85: warning: This comment starts with > '/**', but isn't a kernel-doc comment. Refer > Documentat

[PATCH] backlight: ili922x: fix kernel-doc warnings & notation

2021-11-14 Thread Randy Dunlap
Convert function-like macro comments to kernel-doc notation and fix other 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/bac