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 CC398C7EE23 for ; Wed, 1 Mar 2023 19:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229780AbjCATim (ORCPT ); Wed, 1 Mar 2023 14:38:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbjCATil (ORCPT ); Wed, 1 Mar 2023 14:38:41 -0500 Received: from msg-4.mailo.com (msg-4.mailo.com [213.182.54.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC98F11673 for ; Wed, 1 Mar 2023 11:38:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1677699491; bh=GcfWBxqCX24zQPXlEQthuMrL0icJqe33N9l+SGoeTz0=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=YL5ArQmAiK1YBeW8tIUtLd56MNu/rFsww1pkf6wlo13XjNCgdCMfVzB7Wx0xC0fFS /3QS+ChEQk7fLrvyN/B66xxSlSW3tOLA+tmnMiX/sUykU1fpCuhRfEfU1u1Y8eIa8h XbVccnVJlJti4eHM34xT3tDjHeBwAuXDiBU9ccUQ= Received: by b221-2.in.mailobj.net [192.168.90.22] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 1 Mar 2023 20:38:11 +0100 (CET) X-EA-Auth: /7NY/Fkev3jYi4TjVHxHUvuxICPz2Zu0MZJ7cWUyK831vetoDfymBqjJBl2kCMDemmELn3surH7LzQWeLKMJ/ISCM8j3HVRa Date: Thu, 2 Mar 2023 01:08:07 +0530 From: Deepak R Varma To: Huacai Chen Cc: Arnd Bergmann , Yinbo Zhu , loongarch@lists.linux.dev, linux-kernel@vger.kernel.org, Saurabh Singh Sengar , Praveen Kumar , soc@kernel.org Subject: Re: [PATCH] soc: loongson: use resource_size() helper function Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 08, 2023 at 08:57:48PM +0800, Huacai Chen wrote: > On Sun, Jan 8, 2023 at 4:10 AM Deepak R Varma wrote: > > > > On Fri, Dec 23, 2022 at 03:02:17AM +0530, Deepak R Varma wrote: > > > Use the resource_size() function instead of a open coded computation > > > resource size. It makes the code more readable. > > > > > > Issue identified using resource_size.cocci coccinelle semantic patch. > > > > > > Signed-off-by: Deepak R Varma > > > --- > > > > Hello, > > Requesting a review and feedback on this patch proposal? > Reviewed-by: Huacai Chen > But I think this should be merged through soc@kernel.org maintained by Arnd. Thank you Huacai. Appreciate your time. Hello Arnd, Can you please tell me if I need to do anything further to have this merged as suggested by Huacai? Thanks, ./drv > > Huacai > > > > Thank you, > > ./drv > > > > > >