On Fri, 23 Jul 2021, at 13:18, Randy Dunlap wrote: > Eliminate kernel-doc warnings in drivers/pinctrl/aspeed by using > proper kernel-doc notation. > > Fixes these kernel-doc warnings: > > drivers/pinctrl/aspeed/pinmux-aspeed.c:61: warning: This comment starts > with '/**', but isn't a kernel-doc comment. Refer > Documentation/doc-guide/kernel-doc.rst > * Query the enabled or disabled state for a mux function's signal > on a pin > drivers/pinctrl/aspeed/pinctrl-aspeed.c:135: warning: This comment > starts with '/**', but isn't a kernel-doc comment. Refer > Documentation/doc-guide/kernel-doc.rst > * Search for the signal expression needed to enable the pin's > signal for the > Acked-by: Andrew Jeffery <andrew@xxxxxxxx>