]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: stacktrace: align with common naming
authorMadhavan T. Venkataraman <madvenka@linux.microsoft.com>
Wed, 13 Apr 2022 14:59:10 +0000 (15:59 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 22 Apr 2022 14:33:14 +0000 (15:33 +0100)
commitb4af58ec72269fbe4e409094d979ebbd3f53e20c
treef49a4e5ad5e405e38cdecccc387e1f2d7449d9fb
parentd87658621cdc26dcb3f4a420534976dc3f25981c
arm64: stacktrace: align with common naming

For historical reasons, the naming of parameters and their types in the
arm64 stacktrace code differs from that used in generic code and other
architectures, even though the types are equivalent.

For consistency and clarity, use the generic names.

There should be no functional change as a result of this patch.

Signed-off-by: Madhavan T. Venkataraman <madvenka@linux.microsoft.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Kalesh Singh <kaleshsingh@google.com> for the series.
Link: https://lore.kernel.org/r/20220413145910.3060139-7-mark.rutland@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/stacktrace.c