]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - mm/Kconfig
mm/Kconfig: fix indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 1 Dec 2019 01:58:23 +0000 (17:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 20:59:10 +0000 (12:59 -0800)
commit19fa40a0f2f4666be975a2d3f9b1e64816d5b245
tree4b2cbe2715ce3a81d378bd1a89181e7f938a6948
parent12cc1c7345b6bf34c45ccaa75393e2d6eb707d7b
mm/Kconfig: fix indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:

$ sed -e 's/^        / /' -i */Kconfig

Link: http://lkml.kernel.org/r/1574306437-28837-1-git-send-email-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig