ARM: uniphier: fix cache kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 26 Sep 2023 00:35:48 +0000 (17:35 -0700)
committerArnd Bergmann <arnd@arndb.de>
Wed, 27 Sep 2023 09:02:14 +0000 (11:02 +0200)
commit59a98f4f1e10902f94610d4cf99de86322016464
tree1f60229d0dc785f919cef855a590dfe8e90cf1b9
parent5f8456b1faefb06fcf6028dced9f37aa880c779d
ARM: uniphier: fix cache kernel-doc warnings

Fix kernel-doc warning(s) as reported by lkp:

arch/arm/mm/cache-uniphier.c:72: warning: cannot understand function prototype: 'struct uniphier_cache_data '
cache-uniphier.c:82: warning: Function parameter or member 'way_ctrl_base' not described in 'uniphier_cache_data'

Fixes: e7ecbc057bc5 ("ARM: uniphier: add outer cache support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Link: lore.kernel.org/r/202309260130.Uvwh8ceE-lkp@intel.com # fixes only one item
Link: https://lore.kernel.org/r/20230926003548.22066-1-rdunlap@infradead.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mm/cache-uniphier.c