Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp3892641ybz; Tue, 28 Apr 2020 02:09:57 -0700 (PDT) X-Google-Smtp-Source: APiQypKdW/9F+jntJsInVT7Io7EhnIw3oOcomO8ZnG/cqiykxx/d9pw2R6G7WhrCnb+LIfc/3CYh X-Received: by 2002:a17:906:2993:: with SMTP id x19mr1496008eje.280.1588064997479; Tue, 28 Apr 2020 02:09:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588064997; cv=none; d=google.com; s=arc-20160816; b=zx1Onbfrc+2p4DRh3+0kgzqLsKxpvk5gVTdtk8TF7eMcm7GOl3pwTVvAyMTXccuz8T seVo6/pBX9dtSWOxqN3mK8WK2hC0ceM0mnG6LTxkWTLI9ecYUBlChMCAqaNx3+FJh/L3 fnKtLzJmERDITBXcK4zIDrnvoQcz8jCDWe9ZB459YAyBL6DVcn46kWoHuN0VWRSpq1va ek/Xz93uGwWW7HVFaxbicvHpSoWIn2RpxyU/KKZZt980LpzuoqZNnxtzT86/8vg1CCQn 4IJwxcriEb5B1ZV2cY3CFOp/VCbFBRcSlwGd2lWEizWZvcbYD1LpYVa9SFuuZFH3b2Fq WqyA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=SGhiRbwya30erGfU/uC4KJffA5E+pS+CdqUDBymuIKg=; b=cGUAQgbg7H79koSB/aqduMaTXFXJoKXUvCQyPyJ9Ng8aNnFz9JKkuomcT8HQ6Rpt55 2CCztJDcxUYi7nTZ8mpcThx34xjciYk1weR5tpdVYbfMtcX8jbHZFgS9nvWjkp46p4My 6mysk1qVAqCg+h3FcN1WZYyacfxDHDCg9GidSC3t3qBUEvaWvRCkd0FrHMi3Z+BwUexJ Z3e96VgodVjczvbewkBvGR0P1+rKhimUye2lDmGkWjbVH5V2Tk8cW4iIBaomCw7d03jA gziDHl8Ydww75iIjCTc6WBshZQhmF+HsE+Gs5vDtbF9jSd4onQxwAWJ7SxiQtfOzlF42 1JuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s3si1172700edq.467.2020.04.28.02.09.34; Tue, 28 Apr 2020 02:09:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbgD1JIJ (ORCPT + 99 others); Tue, 28 Apr 2020 05:08:09 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:35220 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726271AbgD1JIJ (ORCPT ); Tue, 28 Apr 2020 05:08:09 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 69C0725AD57; Tue, 28 Apr 2020 19:08:06 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id 5D3231A94; Tue, 28 Apr 2020 11:08:04 +0200 (CEST) Date: Tue, 28 Apr 2020 11:08:04 +0200 From: Simon Horman To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , "David S. Miller" , Jakub Kicinski , Wensong Zhang , Julian Anastasov , netdev@vger.kernel.org, lvs-devel@vger.kernel.org Subject: Re: [PATCH 37/38] docs: networking: convert ipvs-sysctl.txt to ReST Message-ID: <20200428090804.GB14072@vergenet.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 28, 2020 at 12:01:52AM +0200, Mauro Carvalho Chehab wrote: > - add SPDX header; > - add a document title; > - mark lists as such; > - mark code blocks and literals as such; > - adjust identation, whitespaces and blank lines; > - add to networking/index.rst. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Simon Horman