Re: [PATCH] chardev: GPIO common access methods: repair non-kernel-doc comment
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJfuBxxG0L5XOSom0Ncj_rcF9y0HgrLn62k+ikPJmwKJy8VkCQ@mail.gmail.com> |
On Sat, Jul 18, 2026 at 12:50 PM Randy Dunlap <[email protected]> wrote: > > Change a "/**" non-kernel-doc comment to a plain C comment "/*" > to avoid 21 warnings like these: > > Warning: ./include/linux/nsc_gpio.h:2 Cannot find identifier on line: > nsc_gpio.c > Warning: ./include/linux/nsc_gpio.h:4 Cannot find identifier on line: > National Semiconductor GPIO common access methods. > Warning: ./include/linux/nsc_gpio.h:6 Cannot find identifier on line: > struct nsc_gpio_ops abstracts the low-level access > > Fixes: fe3a168a2ce1 ("[PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtable") > Signed-off-by: Randy Dunlap <[email protected]> > --- > Cc: Jim Cromie <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: [email protected] > > include/linux/nsc_gpio.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20260717.orig/include/linux/nsc_gpio.h > +++ linux-next-20260717/include/linux/nsc_gpio.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > -/** > +/* > nsc_gpio.c > > National Semiconductor GPIO common access methods. ACK