On 2019-11-25 15:58, Wolfram Sang wrote: > On Thu, Nov 21, 2019 at 04:19:23AM +0100, 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> >> >> --- >> >> Changes since v1: >> 1. Fix also 7-space and tab+1 space indentation issues. >> --- >> drivers/i2c/busses/Kconfig | 22 +++++++++++----------- >> drivers/i2c/muxes/Kconfig | 18 +++++++++--------- > > Peter, I'd like to apply this for 5.5. so we don't have to deal with > whitespace conflicts during the next cycle. Are you fine with me picking > it up for muxes? Absolutely! Acked-by: Peter Rosin <peda@xxxxxxxxxx> Cheers, Peter