[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87r16l7slw.fsf@meer.lwn.net>
Date: Mon, 28 Mar 2022 14:02:51 -0600
From: Jonathan Corbet <corbet@....net>
To: David Gow <davidgow@...gle.com>,
Brendan Higgins <brendanhiggins@...gle.com>
Cc: David Gow <davidgow@...gle.com>, Marco Elver <elver@...gle.com>,
Daniel Latypov <dlatypov@...gle.com>,
skhan@...uxfoundation.org, kunit-dev@...glegroups.com,
linux-doc@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation: kunit: Fix cross-referencing warnings
David Gow <davidgow@...gle.com> writes:
> The Architecture chapter of the KUnit documentation tried to include
> copies of the kernel-doc for a couple of things, despite these already
> existing in the API documentation. This lead to some warnings:
>
> architecture:31: ./include/kunit/test.h:3: WARNING: Duplicate C declaration, also defined at dev-tools/kunit/api/test:66.
> Declaration is '.. c:struct:: kunit_case'.
> architecture:163: ./include/kunit/test.h:1217: WARNING: Duplicate C declaration, also defined at dev-tools/kunit/api/test:1217.
> Declaration is '.. c:macro:: KUNIT_ARRAY_PARAM'.
> architecture.rst:3: WARNING: Duplicate C declaration, also defined at dev-tools/kunit/api/test:66.
> Declaration is '.. c:struct:: kunit_case'.
> architecture.rst:1217: WARNING: Duplicate C declaration, also defined at dev-tools/kunit/api/test:1217.
> Declaration is '.. c:macro:: KUNIT_ARRAY_PARAM'.
>
> Get rid of these, and cleanup the mentions of the struct and macro in
> question so that sphinx generates a link to the existing copy of the
> documentation in the api/test document.
>
> Fixes: bc145b370c ("Documentation: KUnit: Added KUnit Architecture")
> Signed-off-by: David Gow <davidgow@...gle.com>
> ---
> Documentation/dev-tools/kunit/architecture.rst | 13 ++-----------
> 1 file changed, 2 insertions(+), 11 deletions(-)
Applied, thanks.
jon
Powered by blists - more mailing lists