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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78F8FC77B7F for ; Tue, 16 May 2023 18:27:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231442AbjEPS1e (ORCPT ); Tue, 16 May 2023 14:27:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229633AbjEPS1d (ORCPT ); Tue, 16 May 2023 14:27:33 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 467C23C0C; Tue, 16 May 2023 11:27:24 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9BC9737C; Tue, 16 May 2023 18:27:22 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 9BC9737C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1684261642; bh=eN2ihpB81pubM9V7Ow/ieCvi6pmkxFrLrOBSx1pwDUM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=a6XcpakvTlccL8bwSblV8FiFyb/HkCs9Vy/4i8xreg5JjcGZ5cPr3A0uDLQmOI/P9 K9iKOp4B+zREyNda5EUmsQT5eo+sMYJTsz4M7VL/PxWk/+1YvTzapczKp2N+P39uNt NfZdFmiphHXX3QX1XOBdhThKP7PWCb8qlgyg0XpccAMQjBq/9seQgpzFlowUfMAVGg JmK4Cer43S+0ZlRVEBkmibN+7vh/A2n2nFBhW25YfZKYWOSenPKrTaWZ8rWo1HSTYr +dpewPVgPdylhdlmRlAW442YFdgyK8f2YI4qmGfvSMHQNKa8zo7Y2yqkjK5PeJEwwi 6iZbSQvtzLTgQ== From: Jonathan Corbet To: Bagas Sanjaya , Linux Networking , Remote Direct Memory Access Kernel Subsystem , Linux Documentation , Linux Kernel Mailing List Cc: Saeed Mahameed , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Bagas Sanjaya , Gal Pressman , Rahul Rameshbabu , Maher Sanalla , Moshe Shemesh , Tariq Toukan , Leon Romanovsky Subject: Re: [PATCH net v2 4/4] Documentation: net/mlx5: Wrap notes in admonition blocks In-Reply-To: <20230510035415.16956-5-bagasdotme@gmail.com> References: <20230510035415.16956-1-bagasdotme@gmail.com> <20230510035415.16956-5-bagasdotme@gmail.com> Date: Tue, 16 May 2023 12:27:21 -0600 Message-ID: <874joccet2.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Bagas Sanjaya writes: > Wrap note paragraphs in note:: directive as it better fit for the > purpose of noting devlink commands. > > Fixes: f2d51e579359b7 ("net/mlx5: Separate mlx5 driver documentation into multiple pages") > Fixes: cf14af140a5ad0 ("net/mlx5e: Add vnic devlink health reporter to representors") > Reviewed-by: Leon Romanovsky > Signed-off-by: Bagas Sanjaya > --- > .../ethernet/mellanox/mlx5/devlink.rst | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) So these changes seem harmless, but the Fixes: tags seem completely inappropriate here. This is format tweaking, not a bug fix. Thanks, jon