]> git.baikalelectronics.ru Git - kernel.git/commit
lib/stackdepot: Fix outdated comments
authorMiles Chen <miles.chen@mediatek.com>
Thu, 15 Aug 2019 11:32:46 +0000 (19:32 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 19 Aug 2019 10:57:28 +0000 (12:57 +0200)
commitb123105cac0b7a39eae30cb40087241a2e645b35
treef91ada0c383b2df4994e901c98517be772192b81
parent75eaf80f84ebc7588c50189fc3b72bcd0f66e5fc
lib/stackdepot: Fix outdated comments

Replace "depot_save_stack" with "stack_depot_save" in code comments because
depot_save_stack() was replaced in commit c038d86150b9 ("lib/stackdepot:
Provide functions which operate on plain storage arrays") and removed in
commit c213b7328aac ("lib/stackdepot: Remove obsolete functions")

Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190815113246.18478-1-miles.chen@mediatek.com
lib/stackdepot.c