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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 92712C5B578 for ; Fri, 28 Jun 2019 21:55:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6854B20828 for ; Fri, 28 Jun 2019 21:55:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561758908; bh=n/U7yw/qYERwdUMLx6v+N2gAFcCtszCvOpaPbAcQW8E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=2rLjnIGTdYY1t/rbeUvBz90lT4eKN9MNAf8iMDTMYF5YLL7+0yqyvN2XHfjfHcXTa IRfyxjB852TucIUYay2Y68JZPnepaLsqE60NnRY0B+DqFeoly62qRMKwrjfOS9gHKD B/qQsqIa9JMGXZ6pHq+mq8UFJ8oMaXkdXd693IYo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726794AbfF1VzE (ORCPT ); Fri, 28 Jun 2019 17:55:04 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:52740 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726557AbfF1VzD (ORCPT ); Fri, 28 Jun 2019 17:55:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1YowApiCP7t4yhyLsuBrY7Q1RescjtXFLK0Ces5k/yI=; b=KSIL64tdqtX9cRqQtYeK6D9fM 4kAZVnYOTgI7OBgJUexbUe51eHPQ8UN8CkPdse2vfvXJIUXRCjEcu/X0Pd442Eyf2YfxZVdPW2MGa 5HOfBZBfOvrFcPXgAQukWdsLqHRtECBHc86yusYZgwFr1l0YN4eUldAEdKCvpc7li44icQKYfTXV4 CZiG9zdsH5OMhkAU1WYIgmkRhk9hdLUqHr/fdGO9ELPXFLunwX+9EZgz/X31c0t636O4npqKzj0Yr AQQLFxAB3QB/LukvEhG3RP/5+ZnFQOfwIDJTx/g/JexwB78mo5kKMlgvwa+wkpA45h7gFXySp93tG /3XdVI4aw==; Received: from [187.113.3.250] (helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hgypa-0002Bz-IF; Fri, 28 Jun 2019 21:54:54 +0000 Date: Fri, 28 Jun 2019 18:54:45 -0300 From: Mauro Carvalho Chehab To: Alexandre Belloni 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: <20190628185445.71eb824b@coco.lan> In-Reply-To: <20190628214138.GU3692@piout.net> References: <3997b54a2e73887b96ec665573f08ded78b71421.1561756511.git.mchehab+samsung@kernel.org> <20190628214138.GU3692@piout.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Em Fri, 28 Jun 2019 23:41:38 +0200 Alexandre Belloni escreveu: > 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). While the conversion was manually made, the renames were scripted, and checked with: ./scripts/documentation-file-ref-check Otherwise I would very likely fix the typo: recommened -> recommended :-) I can certainly add new patch at this (before or after patch 3/5 - as you prefer) in order to get rid of the comment, but I would avoid doing a somewhat unrelated changes at the same documentation patch. Thanks, Mauro