summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-12-08 10:51:19 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:12 +0100
commit4c20f9af97b243c53596584c2ad6aff9352d5f95 (patch)
tree8d4fbaf3ea1d1e9d0b95f18605c9f741410fddc0 /drivers/mtd/ubi
parent1cab895549c9ebb4844b3807f79bd5a11dc65d07 (diff)
downloadbarebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.gz
barebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format, removing extraneous lines and spaces. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r--drivers/mtd/ubi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index 2cf474ab59..6df954cbe8 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -1,5 +1,5 @@
config UBI
- bool "UBI support "
+ bool "UBI support"
select PARTITION_NEED_MTD
select CRC32
help