arm64: vdso: Fix unusual formatting in *setup_additional_pages()
authorWill Deacon <will@kernel.org>
Mon, 22 Jun 2020 12:37:09 +0000 (13:37 +0100)
committerWill Deacon <will@kernel.org>
Tue, 1 Sep 2020 12:37:57 +0000 (13:37 +0100)
commit2a30aca81a72d71e128eb692cc4755f33e317670
treed94bedc3ea8522eee65f731de0ac0602b9fa92a7
parent0cbc2659123e6946ba926c5ec3871efe310123e8
arm64: vdso: Fix unusual formatting in *setup_additional_pages()

There's really no need to put every parameter on a new line when calling
a function with a long name, so reformat the *setup_additional_pages()
functions in the vDSO setup code to follow the usual conventions.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/vdso.c