Re: md: Fix Kconfig indentation
From: Mike Snitzer <hidden>
Date: 2019-11-20 15:37:32
Also in:
dm-devel, lkml
From: Mike Snitzer <hidden>
Date: 2019-11-20 15:37:32
Also in:
dm-devel, lkml
On Wed, Nov 20 2019 at 8:41am -0500, Krzysztof Kozlowski [off-list ref] 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@kernel.org>
Thanks, I've picked this up but changed the subject from "md:" to "dm:" considering the bulk of the changes relate to DM config sections. Mike