Re: [PATCH] pwm: meson: Fix confusing indentation

From: Neil Armstrong
Date: Sun Mar 15 2020 - 08:22:14 EST




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 <lkp@xxxxxxxxx>
>> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> This exists since commit 211ed630753d ("pwm: Add support for Meson PWM
> Controller") in 2016. Added Neil to Cc:.
>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
>
> Thanks
> Uwe
>

Missing

Fixes: 211ed630753d ("pwm: Add support for Meson PWM Controller")

With that

Acked-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>

Neil