Remove extra whitespace
Fixes: aecc554e7ba8 ("Correct string specifiers")Signed-off-by: Askar Safin <[email protected]> --- kexec/arch/arm64/crashdump-arm64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec/arch/arm64/crashdump-arm64.c b/kexec/arch/arm64/crashdump-arm64.c index 73cb611..050dd72 100644 --- a/kexec/arch/arm64/crashdump-arm64.c +++ b/kexec/arch/arm64/crashdump-arm64.c @@ -1,6 +1,6 @@ /* * ARM64 crashdump. - * partly derived from arm implementation + * partly derived from arm implementation * * Copyright (c) 2014-2017 Linaro Limited * Author: AKASHI Takahiro <[email protected]> -- 2.47.2
