Re: [PATCH v3 8/9] backlight: qcom-wled: Remove unnecessary double whitespace

2021-12-22 Thread Lee Jones
On Mon, 15 Nov 2021, Marijn Suijten wrote: > Remove redundant spaces inside for loop conditions. No other double > spaces were found that are not part of indentation with `[^\s] `. > > Signed-off-by: Marijn Suijten > Reviewed-by: AngeloGioacchino Del Regno > > Reviewed-by: Daniel Thompson >

[PATCH v3 8/9] backlight: qcom-wled: Remove unnecessary double whitespace

2021-11-15 Thread Marijn Suijten
Remove redundant spaces inside for loop conditions. No other double spaces were found that are not part of indentation with `[^\s] `. Signed-off-by: Marijn Suijten Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Daniel Thompson --- drivers/video/backlight/qcom-wled.c | 4 ++-- 1 file c