2020-03-15 01:46:13

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH] pwm: meson: Fix confusing indentation

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/ |


2020-03-15 12:22:39

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] pwm: meson: Fix confusing indentation



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