* [PATCH] cxl/region: Fix typo in region comment in RAM mode
@ 2023-05-09 15:38 Minwoo Im
2023-05-09 17:22 ` Dave Jiang
0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2023-05-09 15:38 UTC (permalink / raw)
To: linux-cxl; +Cc: Dan Williams, Vishal Verma, Ira Weiny, Ben Widawsky, Minwoo Im
s/manged/managed
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
---
drivers/cxl/core/region.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cxl/core/region.c b/drivers/cxl/core/region.c
index f822de44bee0..d5832a1d1da3 100644
--- a/drivers/cxl/core/region.c
+++ b/drivers/cxl/core/region.c
@@ -2871,7 +2871,7 @@ static int cxl_region_probe(struct device *dev)
return devm_cxl_add_pmem_region(cxlr);
case CXL_DECODER_RAM:
/*
- * The region can not be manged by CXL if any portion of
+ * The region can not be managed by CXL if any portion of
* it is already online as 'System RAM'
*/
if (walk_iomem_res_desc(IORES_DESC_NONE,
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cxl/region: Fix typo in region comment in RAM mode
2023-05-09 15:38 [PATCH] cxl/region: Fix typo in region comment in RAM mode Minwoo Im
@ 2023-05-09 17:22 ` Dave Jiang
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jiang @ 2023-05-09 17:22 UTC (permalink / raw)
To: Minwoo Im, linux-cxl; +Cc: Dan Williams, Vishal Verma, Ira Weiny, Ben Widawsky
On 5/9/23 8:38 AM, Minwoo Im wrote:
> s/manged/managed
>
> Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
> ---
> drivers/cxl/core/region.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cxl/core/region.c b/drivers/cxl/core/region.c
> index f822de44bee0..d5832a1d1da3 100644
> --- a/drivers/cxl/core/region.c
> +++ b/drivers/cxl/core/region.c
> @@ -2871,7 +2871,7 @@ static int cxl_region_probe(struct device *dev)
> return devm_cxl_add_pmem_region(cxlr);
> case CXL_DECODER_RAM:
> /*
> - * The region can not be manged by CXL if any portion of
> + * The region can not be managed by CXL if any portion of
> * it is already online as 'System RAM'
> */
> if (walk_iomem_res_desc(IORES_DESC_NONE,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-09 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09 15:38 [PATCH] cxl/region: Fix typo in region comment in RAM mode Minwoo Im
2023-05-09 17:22 ` Dave Jiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox