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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF671C433EF for ; Wed, 2 Mar 2022 08:06:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236582AbiCBIHQ (ORCPT ); Wed, 2 Mar 2022 03:07:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiCBIHP (ORCPT ); Wed, 2 Mar 2022 03:07:15 -0500 Received: from mx1.molgen.mpg.de (mx3.molgen.mpg.de [141.14.17.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71754B7169; Wed, 2 Mar 2022 00:06:32 -0800 (PST) Received: from [192.168.0.2] (ip5f5aee50.dynamic.kabel-deutschland.de [95.90.238.80]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 0730661EA1928; Wed, 2 Mar 2022 09:06:30 +0100 (CET) Message-ID: <1265b92e-3074-0a58-eb0b-1b7d371c7222@molgen.mpg.de> Date: Wed, 2 Mar 2022 09:06:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH 1/4] acpi: exsystem: Add units to time variable names Content-Language: en-US To: "Rafael J. Wysocki" Cc: Robert Moore , "Rafael J. Wysocki" , Len Brown , linux-acpi@vger.kernel.org, devel@acpica.org, LKML References: <20220224113807.91771-1-pmenzel@molgen.mpg.de> From: Paul Menzel In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Dear Rafael, Am 01.03.22 um 20:40 schrieb Rafael J. Wysocki: > On Thu, Feb 24, 2022 at 12:38 PM Paul Menzel wrote: >> >> `how_long` uses different units in both functions, so make it more >> clear, what unit they expect. >> >> Signed-off-by: Paul Menzel >> --- >> drivers/acpi/acpica/exsystem.c | 20 ++++++++++---------- > > As ACPICA material, this should be submitted to the upstream project > via https://github.com/acpica/acpica/. > > This applies to the other patches in the series too. Thank you for the hint. Done [1]. […] Kind regards, Paul PS: I should have read [2] before manually porting my patches from Linux to ACPICA. [1]: https://github.com/acpica/acpica/pull/754 [2]: Documentation/driver-api/acpi/linuxized-acpica.rst