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)
commit678ce0972c4434f3b18260554e1d95dada233d30
treeb47e1eced8f1f321bbe6e2f7891a837cf666edda
parent003f523911f408c8a7e4d778a036d97bb66e5074
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