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 0BA78C77B72 for ; Wed, 12 Apr 2023 12:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbjDLMfb (ORCPT ); Wed, 12 Apr 2023 08:35:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231207AbjDLMfZ (ORCPT ); Wed, 12 Apr 2023 08:35:25 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6D85C2680 for ; Wed, 12 Apr 2023 05:35:14 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8BB67D75; Wed, 12 Apr 2023 05:35:58 -0700 (PDT) Received: from [10.34.100.129] (pierre123.nice.arm.com [10.34.100.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AF9593F73F; Wed, 12 Apr 2023 05:35:12 -0700 (PDT) Message-ID: <6cff363a-97bf-b898-44d0-54f4c2ab647c@arm.com> Date: Wed, 12 Apr 2023 14:35:08 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v2 3/3] cacheinfo: Add use_arch[|_cache]_info field/function Content-Language: en-US To: Conor Dooley Cc: linux-kernel@vger.kernel.org, Radu Rendec , Alexandre Ghiti , Will Deacon , Greg Kroah-Hartman , "Rafael J. Wysocki" , Sudeep Holla , Palmer Dabbelt , Gavin Shan References: <20230412071809.12670-1-pierre.gondois@arm.com> <20230412071809.12670-4-pierre.gondois@arm.com> <20230412-femur-aspect-b54b10ad9fd1@wendy> From: Pierre Gondois In-Reply-To: <20230412-femur-aspect-b54b10ad9fd1@wendy> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/12/23 13:47, Conor Dooley wrote: > On Wed, Apr 12, 2023 at 09:18:06AM +0200, Pierre Gondois wrote: > >> +static inline bool >> +use_arch_cache_info(void) > > Tiny nit, why the newline when `static inline bool > use_arch_cache_info(void)` is only 50ish characters? Ok sure, I ll do that. Regards, Pierre > > Cheers, > Conor.