]> Git Repo - linux.git/commitdiff
drivers/block/loop.c: fix comment typo in loop_config_discard
authorOlaf Hering <[email protected]>
Tue, 21 Jan 2014 22:39:24 +0000 (14:39 -0800)
committerJens Axboe <[email protected]>
Wed, 22 Jan 2014 04:16:56 +0000 (20:16 -0800)
Discard requests are ignored if the encryption is enabled for the given
loop device.  Update comment to match the code, and similar comments
elsewhere in the file.

Signed-off-by: Olaf Hering <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
drivers/block/loop.c

index 33fde3a3975954c793d0d2e9feb846e5e6a2bdc2..66e8c3b94ef35443f46bf67ea3065023da8b808d 100644 (file)
@@ -799,7 +799,7 @@ static void loop_config_discard(struct loop_device *lo)
 
        /*
         * We use punch hole to reclaim the free space used by the
-        * image a.k.a. discard. However we do support discard if
+        * image a.k.a. discard. However we do not support discard if
         * encryption is enabled, because it may give an attacker
         * useful information.
         */
This page took 0.062889 seconds and 4 git commands to generate.