mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
mm: Fix some trivial typos in comments
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
f788e7bf05
commit
d175617436
@ -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 interrupts in the fast path
|
||||
* So in order to make the debug calls that expect irqs to be
|
||||
* disabled we need to disable interrupts temporarily.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user