Commit 9f6c708e authored by Nick Andrew's avatar Nick Andrew Committed by Pekka Enberg

slub: Fix incorrect use of loose

It should be 'lose', not 'loose'.
Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
parent 0094de92
...@@ -696,7 +696,7 @@ static int check_object(struct kmem_cache *s, struct page *page, ...@@ -696,7 +696,7 @@ static int check_object(struct kmem_cache *s, struct page *page,
if (!check_valid_pointer(s, page, get_freepointer(s, p))) { if (!check_valid_pointer(s, page, get_freepointer(s, p))) {
object_err(s, page, p, "Freepointer corrupt"); object_err(s, page, p, "Freepointer corrupt");
/* /*
* No choice but to zap it and thus loose the remainder * No choice but to zap it and thus lose the remainder
* of the free objects in this slab. May cause * of the free objects in this slab. May cause
* another error because the object count is now wrong. * another error because the object count is now wrong.
*/ */
...@@ -4344,7 +4344,7 @@ static void sysfs_slab_remove(struct kmem_cache *s) ...@@ -4344,7 +4344,7 @@ static void sysfs_slab_remove(struct kmem_cache *s)
/* /*
* Need to buffer aliases during bootup until sysfs becomes * Need to buffer aliases during bootup until sysfs becomes
* available lest we loose that information. * available lest we lose that information.
*/ */
struct saved_alias { struct saved_alias {
struct kmem_cache *s; struct kmem_cache *s;
......
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