Re: [PATCH] powerpc/ps3: Fix comment typo

2022-07-19 Thread Geert Uytterhoeven
On Mon, Jul 18, 2022 at 3:48 PM Jason Wang wrote: > The double `when' is duplicated in line 1069, remove one. > > Signed-off-by: Jason Wang Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@lin

[PATCH] powerpc/ps3: Fix comment typo

2022-07-18 Thread Jason Wang
The double `when' is duplicated in line 1069, remove one. Signed-off-by: Jason Wang --- drivers/ps3/ps3-lpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c index 65512b6cc6fd..200ad8751860 100644 --- a/drivers/ps3/ps3-lpm.c +++