On Tue, Aug 23, 2022 at 6:01 AM Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > > kernel test robot reported kernel-doc warning: > > arch/mips/pci/pci-ar2315.c:6: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > * Both AR2315 and AR2316 chips have PCI interface unit, which supports DMA > > The warning above is caused by an extraneous asterisk on the top level > (description) comment of pci-ar2315.c, for which the comment is confused as > kernel-doc comment instead. > > Remove the asterisk. > > Link: https://lore.kernel.org/linux-doc/202208221854.8ASrzjKa-lkp@xxxxxxxxx/ > Fixes: 3ed7a2a702dc0f ("MIPS: ath25: add AR2315 PCI host controller driver") > Fixes: 3e58e839150db0 ("scripts: kernel-doc: add warning for comment not following kernel-doc syntax") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx # v5.15, v5.19 > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Acked-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx>