Re: [PATCH] infiniband: Fix Kconfig indentation

From: Jason Gunthorpe
Date: Fri Nov 22 2019 - 15:21:35 EST


On Wed, Nov 20, 2019 at 09:41:38PM +0800, Krzysztof Kozlowski wrote:
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> $ sed -e 's/^ /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/bnxt_re/Kconfig | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

Applied to for-next, thanks

Jason