From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] PM / core: fix kerneldoc comment for device_pm_wait_for_dev Date: Wed, 10 Apr 2019 10:13:48 +0200 Message-ID: <3125140.GLtFsX2kdH@aspire.rjw.lan> References: <20190316034841.31451-1-tiny.windzz@gmail.com> <20190318121710.GG6101@amd> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20190318121710.GG6101@amd> Sender: linux-kernel-owner@vger.kernel.org To: Pavel Machek , Yangtao Li Cc: len.brown@intel.com, gregkh@linuxfoundation.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org On Monday, March 18, 2019 1:17:10 PM CEST Pavel Machek wrote: > > --Qf1oXS95uex85X0R > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri 2019-03-15 23:48:41, Yangtao Li wrote: > > Rearrange comment to make the comment style consistent, the previous > > function parameters are described first. > >=20 > > Signed-off-by: Yangtao Li > > Acked-by: Pavel Machek Patch applied, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31940C10F14 for ; Wed, 10 Apr 2019 08:16:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 02D5A217F4 for ; Wed, 10 Apr 2019 08:16:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729318AbfDJIQD (ORCPT ); Wed, 10 Apr 2019 04:16:03 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:45962 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729319AbfDJIQC (ORCPT ); Wed, 10 Apr 2019 04:16:02 -0400 Received: from 79.184.255.221.ipv4.supernova.orange.pl (79.184.255.221) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 0dcb74f0b4a0e9a7; Wed, 10 Apr 2019 10:16:00 +0200 From: "Rafael J. Wysocki" To: Pavel Machek , Yangtao Li Cc: len.brown@intel.com, gregkh@linuxfoundation.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PM / core: fix kerneldoc comment for device_pm_wait_for_dev Date: Wed, 10 Apr 2019 10:13:48 +0200 Message-ID: <3125140.GLtFsX2kdH@aspire.rjw.lan> In-Reply-To: <20190318121710.GG6101@amd> References: <20190316034841.31451-1-tiny.windzz@gmail.com> <20190318121710.GG6101@amd> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Message-ID: <20190410081348.Lw2E_4KDdAM4ep2ezadejvkObc62jm-YlJMKAb295g0@z> On Monday, March 18, 2019 1:17:10 PM CEST Pavel Machek wrote: > > --Qf1oXS95uex85X0R > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri 2019-03-15 23:48:41, Yangtao Li wrote: > > Rearrange comment to make the comment style consistent, the previous > > function parameters are described first. > >=20 > > Signed-off-by: Yangtao Li > > Acked-by: Pavel Machek Patch applied, thanks!