]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/xmon: Deindent the SLB dumping logic
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Apr 2017 00:35:14 +0000 (10:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Apr 2017 14:24:59 +0000 (00:24 +1000)
commit856736466806ceb72c7402eb0f06bea8f5b83c5a
treeb47e1eced8f1f321bbe6e2f7891a837cf666edda
parent9fc849144c80091252551a4897782ed5321d654a
powerpc/xmon: Deindent the SLB dumping logic

Currently the code that dumps SLB entries uses a double-nested if. This
means the actual dumping logic is a bit squashed. Deindent it by using
continue.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Rashmica Gupta <rashmica.g@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/xmon/xmon.c