From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] PCI / PM: Fix small typo in documentation Date: Wed, 09 Dec 2015 02:16:50 +0100 Message-ID: <2034538.amqQujWT52@vostro.rjw.lan> References: <1449584245-4347-1-git-send-email-jarkko.nikula@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: Received: from v094114.home.net.pl ([79.96.170.134]:50505 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752037AbbLIAqv (ORCPT ); Tue, 8 Dec 2015 19:46:51 -0500 In-Reply-To: <1449584245-4347-1-git-send-email-jarkko.nikula@linux.intel.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Jarkko Nikula Cc: linux-pm@vger.kernel.org, Pavel Machek , Bjorn Helgaas , Linux PCI On Tuesday, December 08, 2015 04:17:25 PM Jarkko Nikula wrote: > cuased -> caused > > Signed-off-by: Jarkko Nikula Queued up for 4.5, thanks! I hope that Bjorn won't mind ... > --- > Documentation/power/pci.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt > index b0e911e0e8f5..44558882aa60 100644 > --- a/Documentation/power/pci.txt > +++ b/Documentation/power/pci.txt > @@ -999,7 +999,7 @@ from its probe routine to make runtime PM work for the device. > > It is important to remember that the driver's runtime_suspend() callback > may be executed right after the usage counter has been decremented, because > -user space may already have cuased the pm_runtime_allow() helper function > +user space may already have caused the pm_runtime_allow() helper function > unblocking the runtime PM of the device to run via sysfs, so the driver must > be prepared to cope with that. > > Thanks, Rafael