summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop/Kconfig
diff options
context:
space:
mode:
authorManuel Bentele2019-08-23 14:07:31 +0200
committerManuel Bentele2019-08-23 14:07:31 +0200
commit8e6fdaeb45818ee3d73cbdc785503cb858e527f5 (patch)
treee3cbe839c7e73506c489454aed8dab0fcc219f0b /drivers/block/loop/Kconfig
parentblock: loop: merge remote-tracking branch 'linux-block/master' (diff)
downloadkernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.tar.gz
kernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.tar.xz
kernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.zip
block: loop: fix coding style issues in file format subsystem
Removes trailing whitespaces and other coding style issues in the loop file format subsystem and all additional files regarding to its implementation. Signed-off-by: Manuel Bentele <development@manuel-bentele.de>
Diffstat (limited to 'drivers/block/loop/Kconfig')
-rw-r--r--drivers/block/loop/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/loop/Kconfig b/drivers/block/loop/Kconfig
index 238ae96189d7..d227337d53bb 100644
--- a/drivers/block/loop/Kconfig
+++ b/drivers/block/loop/Kconfig
@@ -67,7 +67,7 @@ config BLK_DEV_CRYPTOLOOP
select CRYPTO_CBC
depends on BLK_DEV_LOOP
---help---
- Say Y here if you want to be able to use the ciphers that are
+ Say Y here if you want to be able to use the ciphers that are
provided by the CryptoAPI as loop transformation. This might be
used as hard disk encryption.