Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5973165pxb; Tue, 16 Feb 2021 12:18:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJxT6nBZ/fuR37x6xQL4odQ5C2oinxh7E31To8EGYq/4qp4Z7Y+vMABw+RkPHKVrE0WWqVYb X-Received: by 2002:a50:ee0e:: with SMTP id g14mr21293872eds.159.1613506701176; Tue, 16 Feb 2021 12:18:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613506701; cv=none; d=google.com; s=arc-20160816; b=LSLYNYZt43J5UaTe56A4Nizb3dQLGjI1+UR2wSdVD1X+ZQyG5vv6/xSSgYxWA7qjji UsA5BSy9vIrGcPjydSqMuHN7kMj+uzJBl1M9U8v0cla0bh1Au9jFYX0hnVRKOLM3Mfgx TJMmycsmnNXXqy2aYoYro+H2ZIUV77yjK2ArmlTO4YBSDaJdX/PWw2ZkuPoztYhiWV7q 40TmvserGdprCvB4Xh9TplGMHGuNohmavFJfdBZr0LpYb7pnXn/hfTuWa3XCj+qzVZuX Jgqa+lgKPlDmi9IawFey9r+3CDTpoTY1oyYnJAxxzHVXJlUbyZDJ9fX7PI8VWxF/kTGg 7VIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=Z4ERf+T7zPxPzdwi5HTA4rEL3CxQZVo6sa/NXVvPRo0=; b=msiMvbpOQRXOUmhz3fxao3nd7L/hUL4d11jWEaSHlfLKQGPdYX+uqfSWlLmOK/PcCH mJ1Q15CvJDwD2VwGcQwL5rCrKmetl2b/nAj6Frl2AKX8Bp83RvOhXRBQb0ezyMclH6Lh /iMD8LzXzNiVuwCazMa06qIdrcA7ftWHWQMAIpkWQH+kiaDWnT3m8GbHckLQ6lwCxxSg br9Ry8IHkflvv+nN8Z/kOYKhZykcTXBJNL3UP1PwZ6tp4eIvbJrWaLgl43Zo6MglJubn mLfiMy8uX+1gvAg96l0KksFHMWImVLNifLay9yxXLYcilzJ8WePB7l9H466HXFIeXBMZ N/eg== 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 p14si7860584edm.81.2021.02.16.12.17.57; Tue, 16 Feb 2021 12:18:21 -0800 (PST) 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 S229811AbhBPURa (ORCPT + 99 others); Tue, 16 Feb 2021 15:17:30 -0500 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:52288 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229699AbhBPUR1 (ORCPT ); Tue, 16 Feb 2021 15:17:27 -0500 X-Greylist: delayed 498 seconds by postgrey-1.27 at vger.kernel.org; Tue, 16 Feb 2021 15:17:26 EST Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id F3E7C9E013D; Tue, 16 Feb 2021 20:09:13 +0000 (GMT) Date: Tue, 16 Feb 2021 20:09:12 +0000 From: Jonathan Cameron To: Luca Ceresoli Cc: linux-doc@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan Corbet , Jonathan Cameron Subject: Re: [PATCH 0/5] docs: iio: misc fixes and improvements Message-ID: <20210216200912.40ccb1c8@archlinux> In-Reply-To: <20210215143511.25471-1-luca@lucaceresoli.net> References: <20210215143511.25471-1-luca@lucaceresoli.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Feb 2021 15:35:06 +0100 Luca Ceresoli wrote: > Here are a few minor fixes and improvements to the IIO documentation. > > Luca Ceresoli (5): > docs: iio: fix example formatting > docs: iio: fix directory naming > docs: iio: document the 'index' attribute too > docs: iio: fix bullet list formatting > docs: iio: mark "repeat" sysfs attribute as optional > > Documentation/driver-api/iio/buffers.rst | 15 ++++++++------- > Documentation/iio/iio_configfs.rst | 2 +- > 2 files changed, 9 insertions(+), 8 deletions(-) > Applied to the togreg branch of iio.git and pushed out as testing for reasons not particularly related to these patches (though I guess 0-day might do a docs build occasionally) Jonathan