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=-6.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 C245FC28CC0 for ; Wed, 29 May 2019 23:26:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8ACFE24359 for ; Wed, 29 May 2019 23:26:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="r9y1ILos" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726893AbfE2X06 (ORCPT ); Wed, 29 May 2019 19:26:58 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:38113 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726189AbfE2X05 (ORCPT ); Wed, 29 May 2019 19:26:57 -0400 Received: by mail-ed1-f66.google.com with SMTP id g13so6235343edu.5; Wed, 29 May 2019 16:26:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4MYDvvkcBMpD3vTFCGd0htlT0GxbUehOqYVwE/XNQ9w=; b=r9y1ILosMv1HdLnsdsAP+MOj8XoPRuEhpX+827w9xBOQ4atic97Pj5M57pj7RqdciP o4NSSKU+sBsW+S00Z3Q9wK2lJpFLwI9hObrUubudDFxx5f2aH6wKfZv71g1B4NB8Ijg7 wVbYcgqIUIUm2gMwMYvxncCQqmVzUIrGYMRGSmHJiKOn0Bv1nNYKwRm1laaQkp2lNxxR hOr02yrpjt7u07lHY5gfV0YLdBNIRb6c3uS4t3npWort/GbChtnyUMV0Ta0DSNqK/lvf hCrjWka+iETsxPTS106cV3W4ZLjeOJSzoQUXpTqOdDwWcIXp6nK7DYoPtDHHPc4Yx2hf cuLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4MYDvvkcBMpD3vTFCGd0htlT0GxbUehOqYVwE/XNQ9w=; b=RF6GwOPDuvuQ8Nz58geNBG2Ra68mpikEV6G4KXgOBBJXZIvAFhezUNrjO97YBKDJWU pbpu2MZLKnUXSjXFcXG4+0MSfrbVuX/XIwQWZwm/eXGVo8dUxqtndmfVTgjYdSEAu6r3 gOCDI3zsyIYh9Baork7LD4zVkJemrBeEaK7eUSfF6+fAQ3gehn7q284CoXeCdKWVBS72 uhZe8Bq0R+RrIuWImletxYL3/czdtCwPKUiy20vRJ4Ana9q2qtblIAtELefxYDKKQy1i fvzmvf+KZAah7kw60AhqzaebQWGfr0vrJudq0OmHjuQkvBw07TT8e2QkFSIWcUuVOupX 1qGQ== X-Gm-Message-State: APjAAAWu8LPQmjBZCiVZlyki8D1xDRsu7UuYysAAAta3OzXqf7i6Wr9y fg/Qlw969ijK6040R12JlSFrGedbSJQAZgwR45w= X-Google-Smtp-Source: APXvYqwnheto+zYvIaHfRrjE+flVSb0ynWBD4Kqor0qxUvVvN3xWwpreCuaWW1NOsE9qA9ag86vzCURZDstGO6tJSe8= X-Received: by 2002:a05:6402:1543:: with SMTP id p3mr1047442edx.108.1559172415592; Wed, 29 May 2019 16:26:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Vladimir Oltean Date: Thu, 30 May 2019 02:26:44 +0300 Message-ID: Subject: Re: [PATCH 21/22] docs: net: sja1105.rst: fix table format To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , lkml , Jonathan Corbet , "David S. Miller" , Florian Fainelli , netdev Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 May 2019 at 02:24, Mauro Carvalho Chehab wrote: > > There's a table there with produces two warnings when built > with Sphinx: > > Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/networking/dsa/sja1105.rst:91: WARNING: Block quote ends without a blank line; unexpected unindent. > > It will still produce a table, but the html output is wrong, as > it won't interpret the second line as the continuation for the > first ones, because identation doesn't match. > > After the change, the output looks a way better and we got rid > of two warnings. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/networking/dsa/sja1105.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/networking/dsa/sja1105.rst b/Documentation/networking/dsa/sja1105.rst > index ea7bac438cfd..cb2858dece93 100644 > --- a/Documentation/networking/dsa/sja1105.rst > +++ b/Documentation/networking/dsa/sja1105.rst > @@ -86,13 +86,13 @@ functionality. > The following traffic modes are supported over the switch netdevices: > > +--------------------+------------+------------------+------------------+ > -| | Standalone | Bridged with | Bridged with | > -| | ports | vlan_filtering 0 | vlan_filtering 1 | > +| | Standalone | Bridged with | Bridged with | > +| | ports | vlan_filtering 0 | vlan_filtering 1 | > +====================+============+==================+==================+ > | Regular traffic | Yes | Yes | No (use master) | > +--------------------+------------+------------------+------------------+ > | Management traffic | Yes | Yes | Yes | > -| (BPDU, PTP) | | | | > +| (BPDU, PTP) | | | | > +--------------------+------------+------------------+------------------+ > > Switching features > -- > 2.21.0 > Acked-by: Vladimir Oltean