On Sat, Mar 14, 2020 at 12:35:24PM +0100, Krzysztof Kozlowski wrote:
> Fix indentation of return block. Smatch warning:
> drivers/pwm/pwm-meson.c:139 meson_pwm_request() warn: inconsistent indenting
>
> Reported-by: kbuild test robot <[email protected]>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
This exists since commit 211ed630753d ("pwm: Add support for Meson PWM
Controller") in 2016. Added Neil to Cc:.
Acked-by: Uwe Kleine-K?nig <[email protected]>
Thanks
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | https://www.pengutronix.de/ |
Le 14/03/2020 ? 22:43, Uwe Kleine-K?nig a ?crit :
> On Sat, Mar 14, 2020 at 12:35:24PM +0100, Krzysztof Kozlowski wrote:
>> Fix indentation of return block. Smatch warning:
>> drivers/pwm/pwm-meson.c:139 meson_pwm_request() warn: inconsistent indenting
>>
>> Reported-by: kbuild test robot <[email protected]>
>> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>
> This exists since commit 211ed630753d ("pwm: Add support for Meson PWM
> Controller") in 2016. Added Neil to Cc:.
>
> Acked-by: Uwe Kleine-K?nig <[email protected]>
>
> Thanks
> Uwe
>
Missing
Fixes: 211ed630753d ("pwm: Add support for Meson PWM Controller")
With that
Acked-by: Neil Armstrong <[email protected]>
Neil