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 <[email protected]> --- drivers/w1/masters/Kconfig | 7 +++---- drivers/w1/slaves/Kconfig | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 00827d2..dfedf6d 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig @@ -16,12 +16,12 @@ config W1_MASTER_MATROX config W1_MASTER_DS2490 tristate "DS2490 USB <-> W1 transport layer for 1-wire" - depends on USB - help + depends on USB + help Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges, for example DS9490*. - This support is also available as a module. If so, the module + This support is also available as a module. If so, the module will be called ds2490. config W1_MASTER_DS2482 @@ -65,4 +65,3 @@ config HDQ_MASTER_OMAP on an OMAP processor. endmenu - diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig index e22fded..c0c711c 100644 --- a/drivers/w1/slaves/Kconfig +++ b/drivers/w1/slaves/Kconfig @@ -70,8 +70,8 @@ config W1_SLAVE_DS2805 help Say Y here if you want to use a 1-wire is a 112-byte user-programmable EEPROM is - organized as 7 pages of 16 bytes each with 64bit - unique number. Requires OverDrive Speed to talk to. + organized as 7 pages of 16 bytes each with 64bit + unique number. Requires OverDrive Speed to talk to. config W1_SLAVE_DS2431 tristate "1kb EEPROM family support (DS2431)" -- 1.9.1

