arm64/fp: Reindent fpsimd_save()
authorMark Brown <broonie@kernel.org>
Tue, 19 Oct 2021 17:22:06 +0000 (18:22 +0100)
committerWill Deacon <will@kernel.org>
Thu, 21 Oct 2021 09:18:16 +0000 (10:18 +0100)
commit2d481bd3b6361ed16c3ddeb58537f149623d30a0
tree789b9bd4da377fd8ece3a6deea28b1fd3edc56b5
parent5816b3e6577eaa676ceb00a848f0fd65fe2adc29
arm64/fp: Reindent fpsimd_save()

Currently all the active code in fpsimd_save() is inside a check for
TIF_FOREIGN_FPSTATE. Reduce the indentation level by changing to return
from the function if TIF_FOREIGN_FPSTATE is set.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211019172247.3045838-2-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/fpsimd.c