Re: [PATCH] cxl: fix repeated words in comments

2022-09-18 Thread Andrew Donnellan
On Sun, 2022-09-18 at 18:03 +0800, Jilin Yuan wrote: > Delete the redundant word 'dont'. > > Signed-off-by: Jilin Yuan --- >  drivers/misc/cxl/native.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c > index 50b0c44bb

[PATCH] cxl: fix repeated words in comments

2022-09-18 Thread Jilin Yuan
Delete the redundant word 'dont'. Signed-off-by: Jilin Yuan --- drivers/misc/cxl/native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c index 50b0c44bb8d7..6957946a6463 100644 --- a/drivers/misc/cxl/native.c +++ b/driver