arm64: improve whitespace
authorZhiyuan Dai <daizhiyuan@phytium.com.cn>
Thu, 4 Feb 2021 01:43:49 +0000 (09:43 +0800)
committerWill Deacon <will@kernel.org>
Thu, 4 Feb 2021 13:59:49 +0000 (13:59 +0000)
commitd9f1b52afa4012974b3c726ca89ae311f194e83f
tree19f406392023e6dd7928c49ae68da91a6ee5d35a
parent19c329f6808995b142b3966301f217c831e7cf31
arm64: improve whitespace

In a few places we don't have whitespace between macro parameters,
which makes them hard to read. This patch adds whitespace to clearly
separate the parameters.

In a few places we have unnecessary whitespace around unary operators,
which is confusing, This patch removes the unnecessary whitespace.

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
Link: https://lore.kernel.org/r/1612403029-5011-1-git-send-email-daizhiyuan@phytium.com.cn
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/alternative.c
arch/arm64/kernel/module-plts.c
arch/arm64/kernel/perf_event.c
arch/arm64/kernel/process.c
arch/arm64/kernel/traps.c