commit | 856736466806ceb72c7402eb0f06bea8f5b83c5a | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Mon Apr 24 10:35:14 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Apr 25 00:24:59 2017 +1000 |
tree | b47e1eced8f1f321bbe6e2f7891a837cf666edda | |
parent | 9fc849144c80091252551a4897782ed5321d654a [diff] |
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>