From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 03878277035; Fri, 23 Jan 2026 12:37:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769171850; cv=none; b=GSGEA5P0eJ07qA56gT6cVHuI4g5jJLjBvSa7EOBVXP3rb6AhGeI4LlYg4dS9vewwgd9sN+6xr+Tw2R85USz+VcjR8wwTOnA2DhuFx5l71/LsWycipZkeDFMRARRgzoGomVbRReJ4DFKpaEu5LrN+biZ4U2k5VFn0Xk3Zdy4brpg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769171850; c=relaxed/simple; bh=LK7p3XtuzIC8VkarNSeFwttf5rhPN5CAIMSAY3l4Un4=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=o1B62pTu0IenB5ml2GiQ3Jp/UGJpzyj80u3eUH4Z4bMTSNVWfvlu5vePgz8e3yUyDbo5sDvtkbpw2+F8ZE6hlXelfgRindthxDHnEgJsUUv3/8xxWt3AKx6VIfRECONV8NBKYvCYJGVGDT/Af94E0vsk37Ha1SqaG4fFigejHB8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.224.83]) by frasgout.his.huawei.com (SkyGuard) with ESMTPS id 4dyHVw1hw8zJ46cw; Fri, 23 Jan 2026 20:36:56 +0800 (CST) Received: from dubpeml500005.china.huawei.com (unknown [7.214.145.207]) by mail.maildlp.com (Postfix) with ESMTPS id 9323540569; Fri, 23 Jan 2026 20:37:25 +0800 (CST) Received: from localhost (10.203.177.15) by dubpeml500005.china.huawei.com (7.214.145.207) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 23 Jan 2026 12:37:25 +0000 Date: Fri, 23 Jan 2026 12:37:23 +0000 From: Jonathan Cameron To: Neeraj Kumar CC: , , , , , , Subject: Re: [PATCH V6 11/18] cxl/region: Rename __create_region() to cxl_create_region() Message-ID: <20260123123723.00004277@huawei.com> In-Reply-To: <20260123113112.3488381-12-s.neeraj@samsung.com> References: <20260123113112.3488381-1-s.neeraj@samsung.com> <20260123113112.3488381-12-s.neeraj@samsung.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-cxl@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100009.china.huawei.com (7.191.174.83) To dubpeml500005.china.huawei.com (7.214.145.207) On Fri, 23 Jan 2026 17:01:05 +0530 Neeraj Kumar wrote: > Currently __create_region() is a static routine used within region.c > So to use it from another file rename it to cxl_create_region(). > > Later patch will create cxl region after fetching region information > from LSA using cxl_create_region() along with two extra function > parameters. > > Signed-off-by: Neeraj Kumar Reviewed-by: Jonathan Cameron