Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <i...@metux.net>
---
 lib/Kconfig | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index a9e5653..11888db 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -506,7 +506,7 @@ config NLATTR
 # Generic 64-bit atomic support is selected if needed
 #
 config GENERIC_ATOMIC64
-       bool
+       bool
 
 config LRU_CACHE
        tristate
@@ -563,23 +563,23 @@ config OID_REGISTRY
          Enable fast lookup object identifier registry.
 
 config UCS2_STRING
-        tristate
+       tristate
 
 source "lib/fonts/Kconfig"
 
 config SG_SPLIT
        def_bool n
        help
-        Provides a helper to split scatterlists into chunks, each chunk being
-        a scatterlist. This should be selected by a driver or an API which
-        whishes to split a scatterlist amongst multiple DMA channels.
+         Provides a helper to split scatterlists into chunks, each chunk being
+         a scatterlist. This should be selected by a driver or an API which
+         whishes to split a scatterlist amongst multiple DMA channels.
 
 config SG_POOL
        def_bool n
        help
-        Provides a helper to allocate chained scatterlists. This should be
-        selected by a driver or an API which whishes to allocate chained
-        scatterlist.
+         Provides a helper to allocate chained scatterlists. This should be
+         selected by a driver or an API which whishes to allocate chained
+         scatterlist.
 
 #
 # sg chaining option
-- 
1.9.1

Reply via email to