mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
mm/vmalloc.c: remove unnecessary return statement
Remove unnecessary return statement for void function. Link: https://lkml.kernel.org/r/ca23f89259c80c3562700ae6e227b2815a195853.1606891153.git.baolin.wang@linux.alibaba.com Signed-off-by: Baolin Wang <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
This commit is contained in:
committed by
Linus Torvalds
parent
799fa85d66
commit
e924d461f2
@@ -2291,7 +2291,6 @@ static void __vunmap(const void *addr, int deallocate_pages)
|
||||
}
|
||||
|
||||
kfree(area);
|
||||
return;
|
||||
}
|
||||
|
||||
static inline void __vfree_deferred(const void *addr)
|
||||
|
||||
Reference in New Issue
Block a user