drivers/block/loop.c: fix comment typo in loop_config_discard
authorOlaf Hering <olaf@aepfle.de>
Tue, 21 Jan 2014 22:39:24 +0000 (14:39 -0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jan 2014 04:16:56 +0000 (20:16 -0800)
commit12a64d2f5ee1108c77f4468fcccf730d08b290e0
treec7ac4c803049b977f3437c9f3094697ee920a544
parent4336548af4a2e73b4d786266e520e4e595718665
drivers/block/loop.c: fix comment typo in loop_config_discard

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 <olaf@aepfle.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c