]> asedeno.scripts.mit.edu Git - linux.git/commit
memblock: Use __func__ in remaining memblock_dbg() call sites
authorAnshuman Khandual <anshuman.khandual@arm.com>
Fri, 31 Jan 2020 06:14:23 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2020 18:30:38 +0000 (10:30 -0800)
commita090d711dd2ebd7e445bf09f98a4feba6c22f2ff
tree1ce4f20faec8bbf8accae90693bbc71f00f780a9
parent02634a44b8aba2d4f16ea09d3c17400d9320327e
memblock: Use __func__ in remaining memblock_dbg() call sites

Replace open function name strings with %s (__func__) in all remaining
memblock_dbg() call sites.

Link: http://lkml.kernel.org/r/1578285510-28261-1-git-send-email-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c