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 D91F0C77B7F for ; Wed, 3 May 2023 10:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230145AbjECKrZ (ORCPT ); Wed, 3 May 2023 06:47:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230099AbjECKrV (ORCPT ); Wed, 3 May 2023 06:47:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6376235A6; Wed, 3 May 2023 03:47:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C819662CA3; Wed, 3 May 2023 10:47:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71438C433D2; Wed, 3 May 2023 10:47:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683110833; bh=+SW3ix11KnUjyDCfbyUlZlo1W67XDtMkBjbOXSkJePg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EFfC1anuDnn8fx2+XMh4wEDoEGjGYinAgoCeCqiH2lXWR1SLm5s6womuGqMDDo6lF P77M+rly2eYkxXClfkj3OpBM5uqjkhOMhh8ehzDXS6InVE2vFAJJRGP0WKDT2oIvAb ZfxqYFLTRUlQ0/pIneXk3p/gp0wGr/BZQXHH39vDDbQCr1l1wU+Y6wsKn5evx3t+A1 zGEpe3eVP8xf83tZ9bsJ7b3r6ipGLlv1Pbki4rol9EUrzd7SyC92Z1IM1KMorCQwVM jJlnKtaZRyENssFRNk3dUcXmI+ylSfXOo+0X5d6upb5yuGS8fyiXBspuZ9L4W/v2+v w02T7NtkUrJtQ== Date: Wed, 3 May 2023 13:47:08 +0300 From: Leon Romanovsky To: Bagas Sanjaya Cc: Linux Networking , Linux Random Direct Memory Access , Linux Documentation , Linux Networking , Saeed Mahameed , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Gal Pressman , Tariq Toukan , Maher Sanalla , Rahul Rameshbabu , Moshe Shemesh Subject: Re: [PATCH net 4/4] Documentation: net/mlx5: Wrap notes in admonition blocks Message-ID: <20230503104708.GJ525452@unreal> References: <20230503094248.28931-1-bagasdotme@gmail.com> <20230503094248.28931-5-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230503094248.28931-5-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 03, 2023 at 04:42:49PM +0700, Bagas Sanjaya wrote: > 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") > Signed-off-by: Bagas Sanjaya > --- > .../ethernet/mellanox/mlx5/devlink.rst | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky