Re: [PATCH] soc: fsl: qe: fix typo in a comment

2022-01-06 Thread Li Yang
On Sat, Dec 11, 2021 at 5:12 PM Jason Wang wrote: > > The double `is' in the comment in line 150 is repeated. Remove one > of them from the comment. Looks like you also removed a redundant tab in a new line. We probably can squeeze this trivial cleanup in, but we need to mention it. > > Signed-

[PATCH] soc: fsl: qe: fix typo in a comment

2021-12-11 Thread Jason Wang
The double `is' in the comment in line 150 is repeated. Remove one of them from the comment. Signed-off-by: Jason Wang --- drivers/soc/fsl/qe/qe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/soc/fsl/qe/qe.c b/drivers/soc/fsl/qe/qe.c index 4d38c80f8be8..b3c226e

Re: [PATCH] soc: fsl: qe: Fix typo in a comment

2021-11-15 Thread Christophe Leroy
Le 13/11/2021 à 06:59, Jason Wang a écrit : The double `is' in a comment is repeated, thus one of them should be removed. You are also clean blanks it seems, so say it or don't do it. Signed-off-by: Jason Wang --- drivers/soc/fsl/qe/qe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de

[PATCH] soc: fsl: qe: Fix typo in a comment

2021-11-12 Thread Jason Wang
The double `is' in a comment is repeated, thus one of them should be removed. Signed-off-by: Jason Wang --- drivers/soc/fsl/qe/qe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/soc/fsl/qe/qe.c b/drivers/soc/fsl/qe/qe.c index 4d38c80f8be8..b3c226eb5292 100644 --