Use a C-style "/*" comment to avoid multiple kernel-doc warnings:
Warning: ../sound/soc/uniphier/aio.h:159 Cannot find identifier on line: * 'SoftWare MAPping' setting of UniPhier AIO registers. Warning: ../sound/soc/uniphier/aio.h:160 Cannot find identifier on line: * Warning: ../sound/soc/uniphier/aio.h:161 This comment starts with '/**', but isn't a kernel-doc comment. * We have to setup 'virtual' register maps to access 'real' registers of AIO. Signed-off-by: Randy Dunlap <[email protected]> --- v2: no change Cc: Liam Girdwood <[email protected]> Cc: Mark Brown <[email protected]> Cc: [email protected] sound/soc/uniphier/aio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linext-2026-0710.orig/sound/soc/uniphier/aio.h +++ linext-2026-0710/sound/soc/uniphier/aio.h @@ -156,7 +156,7 @@ struct uniphier_aio_selector { int hw; }; -/** +/* * 'SoftWare MAPping' setting of UniPhier AIO registers. * * We have to setup 'virtual' register maps to access 'real' registers of AIO.
