projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f788e7b
)
mm: Fix some trivial typos in comments
author
Xie XiuQi
<xiexiuqi@huawei.com>
Fri, 18 Oct 2013 01:12:43 +0000
(09:12 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 18 Oct 2013 12:49:53 +0000
(14:49 +0200)
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/slub.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/slub.c
b/mm/slub.c
index e3ba1f2cf60cc0caa5dd7ed059dbe583b477e073..6a2fa986e7a74e62f2af93b2f857dc1ad6897ace 100644
(file)
--- a/
mm/slub.c
+++ b/
mm/slub.c
@@
-949,7
+949,7
@@
static inline void slab_free_hook(struct kmem_cache *s, void *x)
kmemleak_free_recursive(x, s->flags);
/*
- * Trouble is that we may no longer disable interupts in the fast path
+ * Trouble is that we may no longer disable inter
r
upts in the fast path
* So in order to make the debug calls that expect irqs to be
* disabled we need to disable interrupts temporarily.
*/