From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH] PCI / PM: Fix small typo in documentation Date: Wed, 9 Dec 2015 08:53:36 -0600 Message-ID: <20151209145336.GB31930@localhost> References: <1449584245-4347-1-git-send-email-jarkko.nikula@linux.intel.com> <2034538.amqQujWT52@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.136]:52102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbbLIOxm (ORCPT ); Wed, 9 Dec 2015 09:53:42 -0500 Content-Disposition: inline In-Reply-To: <2034538.amqQujWT52@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Rafael J. Wysocki" Cc: Jarkko Nikula , linux-pm@vger.kernel.org, Pavel Machek , Bjorn Helgaas , Linux PCI On Wed, Dec 09, 2015 at 02:16:50AM +0100, Rafael J. Wysocki wrote: > 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 ... Looks good to me, thanks! > > --- > > 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 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html