From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751344AbcAZXv2 (ORCPT ); Tue, 26 Jan 2016 18:51:28 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34043 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925AbcAZXvW (ORCPT ); Tue, 26 Jan 2016 18:51:22 -0500 From: Kevin Hilman To: Moritz Fischer Cc: ulf.hansson@linaro.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , linux-pm@vger.kernel.org Subject: Re: [PATCH] PM / Domains: Fix typo in comment Organization: BayLibre References: <1450979471-26623-1-git-send-email-moritz.fischer@ettus.com> Date: Tue, 26 Jan 2016 15:51:20 -0800 In-Reply-To: <1450979471-26623-1-git-send-email-moritz.fischer@ettus.com> (Moritz Fischer's message of "Thu, 24 Dec 2015 09:51:11 -0800") Message-ID: <7hmvrrnblz.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org + Rafael, linux-pm Hi Moritz, Moritz Fischer writes: > Signed-off-by: Moritz Fischer Looks like this isn't yet applied. It was likely missed because I've been away and/or wasn't sent to linux-pm or Rafael. Anyways, could you please re-send including them so Rafael has it in his inbox and can apply directly. Also, feel free to add Acked-by: Kevin Hilman Thanks, Kevin > --- > drivers/base/power/domain.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c > index 65f50ec..53e81ac 100644 > --- a/drivers/base/power/domain.c > +++ b/drivers/base/power/domain.c > @@ -160,7 +160,7 @@ static int genpd_power_off(struct generic_pm_domain *genpd, bool timed) > > /** > * genpd_queue_power_off_work - Queue up the execution of genpd_poweroff(). > - * @genpd: PM domait to power off. > + * @genpd: PM domain to power off. > * > * Queue up the execution of genpd_poweroff() unless it's already been done > * before.