diff mbox

PCI / PM: Fix small typo in documentation

Message ID 1449584245-4347-1-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show

Commit Message

Jarkko Nikula Dec. 8, 2015, 2:17 p.m. UTC
cuased -> caused

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 Documentation/power/pci.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki Dec. 9, 2015, 1:16 a.m. UTC | #1
On Tuesday, December 08, 2015 04:17:25 PM Jarkko Nikula wrote:
> cuased -> caused
> 
> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Bjorn Helgaas Dec. 9, 2015, 2:53 p.m. UTC | #2
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 <jarkko.nikula@linux.intel.com>
> 
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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.