]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
i2c: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 03:19:23 +0000 (04:19 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 25 Nov 2019 16:13:51 +0000 (17:13 +0100)
commit1b00ff61597e7b5758372ded5134f673dddc1831
treeea96ef35b83355b4a461e76891f6c4576fd26670
parentdca0dd28fa5e0a1ec41a623dbaf667601fc62331
i2c: Fix Kconfig indentation

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>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
drivers/i2c/muxes/Kconfig