Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 592f4145 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Pekka Enberg
Browse files

mm/slab: Fix typo _RET_IP -> _RET_IP_



The bug was introduced by commit 7c0cb9c6 ("mm, slab: Replace
'caller' type, void* -> unsigned long").

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarEzequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent 2b847c3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3869,7 +3869,7 @@ void *kmem_cache_alloc_node_trace(struct kmem_cache *cachep,
{
	void *ret;

	ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP);
	ret = slab_alloc_node(cachep, flags, nodeid, _RET_IP_);

	trace_kmalloc_node(_RET_IP_, ret,
			   size, cachep->size,