From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbeEMIvU convert rfc822-to-8bit (ORCPT ); Sun, 13 May 2018 04:51:20 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:57415 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbeEMIvS (ORCPT ); Sun, 13 May 2018 04:51:18 -0400 From: "Rafael J. Wysocki" To: Jonathan =?ISO-8859-1?Q?Neusch=E4fer?= Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Jonathan Corbet , Lukas Wunner , "Rafael J. Wysocki" , linux-doc@vger.kernel.org Subject: Re: [PATCH] PM: docs: sleep-states: Fix a typo ("includig") Date: Sun, 13 May 2018 10:50:48 +0200 Message-ID: <4601374.GrrhKEzYAE@aspire.rjw.lan> In-Reply-To: <20180425100715.17235-1-j.neuschaefer@gmx.net> References: <20180425100715.17235-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, April 25, 2018 12:07:03 PM CEST Jonathan Neuschäfer wrote: > Signed-off-by: Jonathan Neuschäfer > --- > Documentation/admin-guide/pm/sleep-states.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/pm/sleep-states.rst b/Documentation/admin-guide/pm/sleep-states.rst > index 1e5c0f00cb2f..dbf5acd49f35 100644 > --- a/Documentation/admin-guide/pm/sleep-states.rst > +++ b/Documentation/admin-guide/pm/sleep-states.rst > @@ -15,7 +15,7 @@ Sleep States That Can Be Supported > ================================== > > Depending on its configuration and the capabilities of the platform it runs on, > -the Linux kernel can support up to four system sleep states, includig > +the Linux kernel can support up to four system sleep states, including > hibernation and up to three variants of system suspend. The sleep states that > can be supported by the kernel are listed below. > > Applied and pushed for 4.17-rc5, thanks!