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, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 B48D8C433DF for ; Mon, 6 Jul 2020 15:48:47 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8A7BA20773 for ; Mon, 6 Jul 2020 15:48:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8A7BA20773 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 2679A11075BCA; Mon, 6 Jul 2020 08:48:47 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=ira.weiny@intel.com; receiver= Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9E75711068195 for ; Mon, 6 Jul 2020 08:48:44 -0700 (PDT) IronPort-SDR: QZ7PDkSxIuiBk45xynn1MCFnQ7OkZF4sx2BAhmGgyOrd7S54xADHF0P6VlVS6NNTIkusz3zsZH QBbGz1ueVV2A== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="165501169" X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="165501169" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 08:48:43 -0700 IronPort-SDR: mWtp9jT1oxvVNrM8s4daFQ6nnPj+gYN2ssBS7Syix2KbmUM20xaxbsrT/kOeHfi4jicS3LFxaE clCawcSTm4Ng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="323244256" Received: from iweiny-desk2.sc.intel.com ([10.3.52.147]) by orsmga007.jf.intel.com with ESMTP; 06 Jul 2020 08:48:42 -0700 Date: Mon, 6 Jul 2020 08:48:42 -0700 From: Ira Weiny To: Randy Dunlap Subject: Re: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word Message-ID: <20200706154842.GC1123188@iweiny-DESK2.sc.intel.com> References: <20200704034502.17199-1-rdunlap@infradead.org> <20200704034502.17199-14-rdunlap@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200704034502.17199-14-rdunlap@infradead.org> User-Agent: Mutt/1.11.1 (2018-12-01) Message-ID-Hash: S3BCV6G4VX7XBSWB5GSVV7ISWO3BJSFR X-Message-ID-Hash: S3BCV6G4VX7XBSWB5GSVV7ISWO3BJSFR X-MailFrom: ira.weiny@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Allen Hubbe , linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Jul 03, 2020 at 08:44:58PM -0700, Randy Dunlap wrote: > Drop the doubled word "to". > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Dan Williams > Cc: Vishal Verma > Cc: Dave Jiang > Cc: Ira Weiny Acked-by: Ira Weiny > Cc: linux-nvdimm@lists.01.org > --- > Documentation/driver-api/nvdimm/nvdimm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/driver-api/nvdimm/nvdimm.rst > +++ linux-next-20200701/Documentation/driver-api/nvdimm/nvdimm.rst > @@ -73,7 +73,7 @@ DAX: > process address space. > > DSM: > - Device Specific Method: ACPI method to to control specific > + Device Specific Method: ACPI method to control specific > device - in this case the firmware. > > DCR: _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com. [134.134.136.24]) by gmr-mx.google.com with ESMTPS id s21si1336128pfh.2.2020.07.06.08.48.45 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2020 08:48:46 -0700 (PDT) Date: Mon, 6 Jul 2020 08:48:42 -0700 From: Ira Weiny Subject: Re: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word Message-ID: <20200706154842.GC1123188@iweiny-DESK2.sc.intel.com> References: <20200704034502.17199-1-rdunlap@infradead.org> <20200704034502.17199-14-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200704034502.17199-14-rdunlap@infradead.org> To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Dave Jiang , Allen Hubbe , linux-ntb@googlegroups.com, Dan Williams , Vishal Verma , linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer List-ID: On Fri, Jul 03, 2020 at 08:44:58PM -0700, Randy Dunlap wrote: > Drop the doubled word "to". > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Dan Williams > Cc: Vishal Verma > Cc: Dave Jiang > Cc: Ira Weiny Acked-by: Ira Weiny > Cc: linux-nvdimm@lists.01.org > --- > Documentation/driver-api/nvdimm/nvdimm.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/driver-api/nvdimm/nvdimm.rst > +++ linux-next-20200701/Documentation/driver-api/nvdimm/nvdimm.rst > @@ -73,7 +73,7 @@ DAX: > process address space. > > DSM: > - Device Specific Method: ACPI method to to control specific > + Device Specific Method: ACPI method to control specific > device - in this case the firmware. > > DCR: