Commit 24b2cce9 authored by 韩科才's avatar 韩科才 Committed by Catalin Marinas

arm64: remove redundant blank for '=' operator

remove redundant blank for '=' operator, it may be more elegant.
Signed-off-by: default avatarhankecai <hankecai@vivo.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent c2f4afdc
...@@ -551,7 +551,7 @@ static void __init init_cpu_ftr_reg(u32 sys_reg, u64 new) ...@@ -551,7 +551,7 @@ static void __init init_cpu_ftr_reg(u32 sys_reg, u64 new)
BUG_ON(!reg); BUG_ON(!reg);
for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) { for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) {
u64 ftr_mask = arm64_ftr_mask(ftrp); u64 ftr_mask = arm64_ftr_mask(ftrp);
s64 ftr_new = arm64_ftr_value(ftrp, new); s64 ftr_new = arm64_ftr_value(ftrp, new);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment