Re: [PATCH] powerpc/vas: fix repeated words in comments

2022-09-09 Thread Michael Ellerman
On Wed, 31 Aug 2022 08:49:14 +0800, Jilin Yuan wrote: > Delete the redundant word 'the'. > > Applied to powerpc/next. [1/1] powerpc/vas: fix repeated words in comments https://git.kernel.org/powerpc/c/0d4bb5e45aa698f2f357b1424b842bebe13b1c8b cheers

[PATCH] powerpc/vas: fix repeated words in comments

2022-08-30 Thread Jilin Yuan
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- arch/powerpc/platforms/book3s/vas-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/book3s/vas-api.c b/arch/powerpc/platforms/book3s/vas-api.c index c0799fb26b6d..40f5ae5e1238 100644 --