diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-20 21:38:26 +0800 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-05-08 08:14:50 +0200 |
commit | 4f5a5badb4eee46e43dc45be5e6058bff767eb80 (patch) | |
tree | 1a14a9cf78ab598ec41f13b6be43036a7d0c2a9f /drivers/w1 | |
parent | 5dfd3c73ff81618fee0ef682b6fd7779863f41e4 (diff) | |
download | linux-stable-4f5a5badb4eee46e43dc45be5e6058bff767eb80.tar.gz linux-stable-4f5a5badb4eee46e43dc45be5e6058bff767eb80.tar.bz2 linux-stable-4f5a5badb4eee46e43dc45be5e6058bff767eb80.zip |
w1: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120133826.12964-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'drivers/w1')
-rw-r--r-- | drivers/w1/slaves/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig index 687753889c34..32b8a757744e 100644 --- a/drivers/w1/slaves/Kconfig +++ b/drivers/w1/slaves/Kconfig @@ -71,8 +71,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_DS2430 tristate "256b EEPROM family support (DS2430)" |