From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56221C433E6 for ; Wed, 10 Feb 2021 05:43:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E1E064E45 for ; Wed, 10 Feb 2021 05:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231478AbhBJFn1 (ORCPT ); Wed, 10 Feb 2021 00:43:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:35980 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231458AbhBJFnX (ORCPT ); Wed, 10 Feb 2021 00:43:23 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 49D1B64E3E; Wed, 10 Feb 2021 05:42:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612935762; bh=LWLN+C2cwhauN4xaZIPOAGBmvFz2pWpCauybY9DtChw=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=MmZOvvXj5DXJD1nC14WUSOxmMJf3onbk/yUVk6MgsWgNrrlVUHaEYvLdwy1J4t3lM mKIARWxLVKQAWmpT4UWXi+0MrWzGXexahrZoQudeWizVLPinyZSGh3w5J3edazc1kE ZbxpABlaB8ZxSR/GygaZ3hRQSbUT0cwO4zDpqc7ULVLJGBZQWM3ZtMipB6KMgKkxoz VG863JxCY6i8ItD5mw/BJb6U9u28bs/GyBE4Jb3LbqsgWsUlN15GCBn/SoCqmvwGaN hKN0G0e2AKvslY0eq6Ar9Wbh4E106hhVunyFlTDbRs9sCV7Tsu6l7TVAWFHXS7q3u8 Lw8XXPJq0fChg== Message-ID: <28f0dde76d1dbc666a4eaf9e5b23eaec9989aad8.camel@kernel.org> Subject: Re: [PATCH] net/mlx5: docs: correct section reference in table of contents From: Saeed Mahameed To: Lukas Bulwahn , Parav Pandit , netdev@vger.kernel.org, linux-rdma@vger.kernel.org Cc: Leon Romanovsky , Jonathan Corbet , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 09 Feb 2021 21:42:41 -0800 In-Reply-To: <20210205095506.29146-1-lukas.bulwahn@gmail.com> References: <20210205095506.29146-1-lukas.bulwahn@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3 (3.38.3-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Fri, 2021-02-05 at 10:55 +0100, Lukas Bulwahn wrote: > Commit 142d93d12dc1 ("net/mlx5: Add devlink subfunction port > documentation") refers to a section 'mlx5 port function' in the table > of > contents, but includes a section 'mlx5 function attributes' instead. > > Hence, make htmldocs warns: > >   mlx5.rst:16: WARNING: Unknown target name: "mlx5 port function". > > Correct the section reference in table of contents to the actual name > of > section in the documentation. > > Also, tune another section underline while visiting this document. > > Signed-off-by: Lukas Bulwahn > --- > Saeed, please pick this patch for your -next tree on top of the > commit above. Applied to net-next-mlx5, Thanks, Saeed. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Date: Wed, 10 Feb 2021 05:42:41 +0000 Subject: Re: [PATCH] net/mlx5: docs: correct section reference in table of contents Message-Id: <28f0dde76d1dbc666a4eaf9e5b23eaec9989aad8.camel@kernel.org> List-Id: References: <20210205095506.29146-1-lukas.bulwahn@gmail.com> In-Reply-To: <20210205095506.29146-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Lukas Bulwahn , Parav Pandit , netdev@vger.kernel.org, linux-rdma@vger.kernel.org Cc: Leon Romanovsky , Jonathan Corbet , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Fri, 2021-02-05 at 10:55 +0100, Lukas Bulwahn wrote: > Commit 142d93d12dc1 ("net/mlx5: Add devlink subfunction port > documentation") refers to a section 'mlx5 port function' in the table > of > contents, but includes a section 'mlx5 function attributes' instead. >=20 > Hence, make htmldocs warns: >=20 > =C2=A0 mlx5.rst:16: WARNING: Unknown target name: "mlx5 port function". >=20 > Correct the section reference in table of contents to the actual name > of > section in the documentation. >=20 > Also, tune another section underline while visiting this document. >=20 > Signed-off-by: Lukas Bulwahn > --- > Saeed, please pick this patch for your -next tree on top of the > commit above. Applied to net-next-mlx5, Thanks, Saeed.