diff --git a/drivers/block/loop.c b/drivers/block/loop.c index 33fde3a3975954c793d0d2e9feb846e5e6a2bdc2..66e8c3b94ef35443f46bf67ea3065023da8b808d 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c @@ -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. */