Fixed a coding style issue.

Signed-off-by: Aditya Parekh <[email protected]>
---
 crypto/fcrypt.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/fcrypt.c b/crypto/fcrypt.c
index 4e8704405a3b..3828266af0b8 100644
--- a/crypto/fcrypt.c
+++ b/crypto/fcrypt.c
@@ -306,7 +306,8 @@ static int fcrypt_setkey(struct crypto_tfm *tfm, const u8 
*key, unsigned int key
 
 #if BITS_PER_LONG == 64  /* the 64-bit version can also be used for 32-bit
                          * kernels - it seems to be faster but the code is
-                         * larger */
+                         * larger
+                         */
 
        u64 k;  /* k holds all 56 non-parity bits */
 
-- 
2.17.1

Reply via email to