]> git.baikalelectronics.ru Git - kernel.git/commit
mips: netlogic: fix kernel-doc complaints in fmn-config.c
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 20 Jul 2021 04:34:32 +0000 (21:34 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 22 Jul 2021 09:48:06 +0000 (11:48 +0200)
commitdea645b1c512ce65fd6e847498133185808f744a
tree4264b33510baf92d4aa3704a7b2d04544dc9c018
parent9acf62c5ffe825c01b1e4f158f4419a3f26979f9
mips: netlogic: fix kernel-doc complaints in fmn-config.c

Clean up kernel-doc warnings in netlogic/xlr/fmn-config.c by using
correct kernel-doc format. Fixes these warnings:

arch/mips/netlogic/xlr/fmn-config.c:106: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Configure bucket size and credits for a device. 'size' is the size of
arch/mips/netlogic/xlr/fmn-config.c:181: warning: expecting prototype for Setup the FMN details for each devices according to the device available(). Prototype was for xlr_board_info_setup() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Ganesan Ramalingam <ganesanr@broadcom.com>
Cc: John Crispin <blogic@openwrt.org>
Cc: Aditya Srivastava <yashsri421@gmail.com>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@vger.kernel.org
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/netlogic/xlr/fmn-config.c