]> git.baikalelectronics.ru Git - kernel.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)
commit9ccc700c092ebfcc9dd5ec1b779335f4e61327b5
tree1ce4f20faec8bbf8accae90693bbc71f00f780a9
parent5e36ed4a6a59af4f19b8f9038c7ec94490c3663d
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