Skip to content

Commit 24b2cce

Browse files
hankecaictmarinas
authored andcommitted
arm64: remove redundant blank for '=' operator
remove redundant blank for '=' operator, it may be more elegant. Signed-off-by: hankecai <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
1 parent c2f4afd commit 24b2cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/cpufeature.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ static void __init init_cpu_ftr_reg(u32 sys_reg, u64 new)
551551

552552
BUG_ON(!reg);
553553

554-
for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) {
554+
for (ftrp = reg->ftr_bits; ftrp->width; ftrp++) {
555555
u64 ftr_mask = arm64_ftr_mask(ftrp);
556556
s64 ftr_new = arm64_ftr_value(ftrp, new);
557557

0 commit comments

Comments
 (0)