]> git.baikalelectronics.ru Git - kernel.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)
commit0b3172c93fc1afb30000d7a8647b593f8e28f881
treeb47e1eced8f1f321bbe6e2f7891a837cf666edda
parente622679c93f07a116327c7c1b4146a0629be8240
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