From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64B85ED0 for ; Wed, 3 May 2023 10:47:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 556F4C433EF; Wed, 3 May 2023 10:47:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683110825; bh=jvMEIgG5kXcObXf5K+TzMNfsZt3iQ07uLKDL8MefLdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sZJQmsdYe+qH8gTHQr+KcT33ILoK0yvUCvSsQnBXVlmgUOo2cn06HvExaXsjbdXkR 3Ojh0TEwH+hi8lCYzibvmYoGC2w6TSj7SguThsATH/ycfNAqN9zAmk+gpVNVgG1+Zg EaD3yLibFDdfJQ7ir5R3cI+spQppClSljbTRywtf3seDrPq/yJDXVDS4JITPytL8Vd AWXzYXcj/8xLCj4gJ8D7+Xs4BLtJKZxb8lTfGA5RV9tHCJVWWz5CzAcrDh8CugE7j7 ZwrmGUGGdsVf7gZ4qKXLeVnKK9OSHnjn0+DJhMkAAIL5/LJYik20Vo3sxrhM8EvHtT pt8B3eGE7wlKA== Date: Wed, 3 May 2023 13:47:00 +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 1/4] Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocks Message-ID: <20230503104700.GI525452@unreal> References: <20230503094248.28931-1-bagasdotme@gmail.com> <20230503094248.28931-2-bagasdotme@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230503094248.28931-2-bagasdotme@gmail.com> On Wed, May 03, 2023 at 04:42:46PM +0700, Bagas Sanjaya wrote: > Sphinx reports htmldocs warnings: > > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:287: WARNING: Unexpected indentation. > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:288: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:290: WARNING: Unexpected indentation. > > Fix above warnings by wrapping diagnostic devlink commands in "vnic > reporter" section in code blocks to be consistent with other devlink > command snippets. > > Fixes: b0bc615df488ab ("net/mlx5: Add vnic devlink health reporter to PFs/VFs") > Fixes: cf14af140a5ad0 ("net/mlx5e: Add vnic devlink health reporter to representors") > Signed-off-by: Bagas Sanjaya > --- > .../device_drivers/ethernet/mellanox/mlx5/devlink.rst | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky