Commit d576b9fe authored by Arushi Singhal's avatar Arushi Singhal Committed by Greg Kroah-Hartman

staging: lustre: Replace "dont" with "don't"

Replace "dont" with "don't".
"Dont" is not same as "Do not" or "Don't".
Signed-off-by: default avatarArushi Singhal <arushisinghal19971997@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7c51e9b0
...@@ -263,7 +263,7 @@ static void fld_cache_punch_hole(struct fld_cache *cache, ...@@ -263,7 +263,7 @@ static void fld_cache_punch_hole(struct fld_cache *cache,
fldt = kzalloc(sizeof(*fldt), GFP_ATOMIC); fldt = kzalloc(sizeof(*fldt), GFP_ATOMIC);
if (!fldt) { if (!fldt) {
kfree(f_new); kfree(f_new);
/* overlap is not allowed, so dont mess up list. */ /* overlap is not allowed, so don't mess up list. */
return; return;
} }
/* break f_curr RANGE into three RANGES: /* break f_curr RANGE into three RANGES:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment