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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 51B3FC46478 for ; Fri, 28 Jun 2019 23:01:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 28B50208E3 for ; Fri, 28 Jun 2019 23:01:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726791AbfF1XBN (ORCPT ); Fri, 28 Jun 2019 19:01:13 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:41084 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726708AbfF1XBM (ORCPT ); Fri, 28 Jun 2019 19:01:12 -0400 Received: from relay5-d.mail.gandi.net (unknown [217.70.183.197]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 42AA43A556C; Fri, 28 Jun 2019 21:42:02 +0000 (UTC) X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 850E81C0007; Fri, 28 Jun 2019 21:41:38 +0000 (UTC) Date: Fri, 28 Jun 2019 23:41:38 +0200 From: Alexandre Belloni To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Peter Rosin , Rob Herring , Mark Rutland , Jean Delvare , Guenter Roeck , Andreas Werner , Wolfram Sang , Rudolf Marek , Seth Heasley , Neil Horman , Vadim Pasternak , Michael Shych , Ajay Gupta , Peter Korsgaard , Andrew Lunn , Jim Cromie , Mark Brown , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Alessandro Zummo , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-spi@vger.kernel.org, linux-iio@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH 3/5] docs: i2c: convert to ReST and add to driver-api bookset Message-ID: <20190628214138.GU3692@piout.net> References: <3997b54a2e73887b96ec665573f08ded78b71421.1561756511.git.mchehab+samsung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3997b54a2e73887b96ec665573f08ded78b71421.1561756511.git.mchehab+samsung@kernel.org> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On 28/06/2019 18:23:14-0300, Mauro Carvalho Chehab wrote: > diff --git a/drivers/rtc/rtc-ds1374.c b/drivers/rtc/rtc-ds1374.c > index 225a8df1d4e9..1803f3cab39f 100644 > --- a/drivers/rtc/rtc-ds1374.c > +++ b/drivers/rtc/rtc-ds1374.c > @@ -14,7 +14,7 @@ > */ > /* > * It would be more efficient to use i2c msgs/i2c_transfer directly but, as > - * recommened in .../Documentation/i2c/writing-clients section > + * recommened in .../Documentation/i2c/writing-clients.rst section > * "Sending and receiving", using SMBus level communication is preferred. > */ > Honestly, the whole comment could be removed. The current trend is to move everything to regmap anyway. However, I'm fine with that change if you want to keep it that way (and probably scripted). -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com