Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp7585609ybl; Thu, 16 Jan 2020 02:06:40 -0800 (PST) X-Google-Smtp-Source: APXvYqzNo/oi5zc8dCOcPDOw2jXtSsqvg40bGHM0ivU51Zrqe7r5IOyKdDjpOpNKV7GkQLZa7rU9 X-Received: by 2002:a05:6830:1047:: with SMTP id b7mr1388051otp.77.1579169200653; Thu, 16 Jan 2020 02:06:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579169200; cv=none; d=google.com; s=arc-20160816; b=BlsI4tgzTpeQgTT6BXft8lcDnvi2EcvONBkiG/8HfUsAo7kuzH3fklTvsM5dR2P4uQ tDbndIXIUTRa5nryCdGmVmSq7Kqi1MyKLQZvnbOSthb4oRYZr8I72caDvmHJjDPPqAY2 33J9H0/VWGfSWE0U7HQbWSxuv455Nq/EZUX86p+I46/5jWp5y2gPRi9Ba8e5SYlt2MkE DMR+y247elH1vsPD3s/PNjfvfp4uYSb8f9nmdeQ5xTXDORjO09igJPaznp9hhShJr5cv OcYfzdxa9x+s18YzZGjsXe4KIFWqeAK4FemGRUnsMB1U9kXIts/De5j9vLV3VMMvHl9m +wiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=dmJ1hBr/q7+JWT8+DHrrqZpzEHZCmGVXHMbsMTh80IM=; b=ONjoHouGvPIF6r4APyuz3RwIrVI5DIkljuf349VD7z57SEY703YJCDoqlaLZwyaZ6E msCd40ilTFpagIzBJ1wwvuptXgGQK231uZlAvuiCdIT3VPBROaqKsP+GoZ76yLBb6DMk kfR2K6xjeeKrsFtj11KjdBsq3+YImhX2ep1b/O1zHaeY5UipGTQc8Gt0m5Ket7NXQgtg xevsOYr40212zSIA5cIUsnl8m0aWsWgAhdGGcXG0NQegAPoj61F9EIs7Zrq/rSQQkBbL 8KrO/i4bfV2tq1fgUkx0BQEqxPZS6i1BeXAXvumms4Zi628D8yLRfZpdEQByfgn/CtLA SRxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i3si766644otc.272.2020.01.16.02.06.28; Thu, 16 Jan 2020 02:06:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731737AbgAPJtL convert rfc822-to-8bit (ORCPT + 99 others); Thu, 16 Jan 2020 04:49:11 -0500 Received: from mx2.suse.de ([195.135.220.15]:42442 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729546AbgAPJtL (ORCPT ); Thu, 16 Jan 2020 04:49:11 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 29BD1AED8; Thu, 16 Jan 2020 09:49:09 +0000 (UTC) Date: Thu, 16 Jan 2020 10:49:07 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-doc@vger.kernel.org, linux-i2c@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 26/26] docs: i2c: rename sections so the overall picture is clearer Message-ID: <20200116104907.3f2de4d0@endymion> In-Reply-To: <20200106074905.14438-1-luca@lucaceresoli.net> References: <20200105224006.10321-1-luca@lucaceresoli.net> <20200106074905.14438-1-luca@lucaceresoli.net> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Jan 2020 08:49:05 +0100, Luca Ceresoli wrote: > Some of the section names are not very clear. Reading those names in the > index.rst page does not help much in grasping what the content is supposed > to be. > > Rename those sections to clarify their content, especially when reading > the index page. > > Signed-off-by: Luca Ceresoli > Acked-by: Peter Rosin > --- > > Note: here checkpatch complains: > > WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 > > Thas's because those files have no license line. I would gladly add a > proper license line, but what it the correct license here? Should I ask the > authors? GPLv2-only as the kernel default? > > I'd appreciate a guidance here, thanks in advance. I don't think we need a license for such documentation files, so I would just ignore checkpatch. > --- > Documentation/i2c/dev-interface.rst | 6 +++--- > Documentation/i2c/i2c-protocol.rst | 6 +++--- > Documentation/i2c/i2c-topology.rst | 6 +++--- > Documentation/i2c/old-module-parameters.rst | 6 +++--- > Documentation/i2c/smbus-protocol.rst | 6 +++--- > Documentation/i2c/summary.rst | 6 +++--- > Documentation/i2c/writing-clients.rst | 6 +++--- > 7 files changed, 21 insertions(+), 21 deletions(-) > (...) > diff --git a/Documentation/i2c/summary.rst b/Documentation/i2c/summary.rst > index fc69d9567d9d..ae3bbb9fd8f1 100644 > --- a/Documentation/i2c/summary.rst > +++ b/Documentation/i2c/summary.rst > @@ -1,6 +1,6 @@ > -============= > -I2C and SMBus > -============= > +============================== > +Introductions to I2C and SMBus > +============================== I would use "Introduction", singular. > > I²C (pronounce: I squared C and written I2C in the kernel documentation) is > a protocol developed by Philips. It is a slow two-wire protocol (variable > (...) Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support