iio: dummy: Add correct tabs and spaces to Kconfig
authorRodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Tue, 27 Feb 2018 13:46:51 +0000 (10:46 -0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Mar 2018 15:19:38 +0000 (15:19 +0000)
commita34a3ed73ca067bedbc8194ab20b959c65ea71a4
tree335b38ffb9fd0666f11e1522a9457b42b33445b0
parent0f079547150a8669da28720a4b9e3f767512ea6f
iio: dummy: Add correct tabs and spaces to Kconfig

Kconfig from iio/dummy does not follow the coding style recommendations.
According to the coding-style, Lines under a config definition are
indented with one tab, while help text is indented an additional two
spaces. This patch adds the proper tabulation and space.

Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dummy/Kconfig