]> Pileus Git - ~andy/linux/commit
dm: fix Kconfig indentation
authorMike Snitzer <snitzer@redhat.com>
Mon, 3 Mar 2014 15:57:56 +0000 (10:57 -0500)
committerMike Snitzer <snitzer@redhat.com>
Mon, 3 Mar 2014 22:31:07 +0000 (17:31 -0500)
commitc64d240df31513522901539a3206a41e9e6d00c8
tree6091c4991abe7ced2c2cbdc996fa22820d4978f2
parent14f398ca2f26a2ed6236aec54395e0fa06ec8a82
dm: fix Kconfig indentation

Since DM_DEBUG_BLOCK_STACK_TRACING is a DM_PERSISTENT_DATA config option
move it from drivers/md/Kconfig to drivers/md/persistent-data/Kconfig.

Doing so fixes indentation for other DM config options.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/Kconfig
drivers/md/persistent-data/Kconfig