On Mon, 2017-04-24 at 00:35:14 UTC, Michael Ellerman wrote:
> 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
> Reviewed-by: Rashmica Gupta
Applied to
On 24/04/17 10:35, Michael Ellerman wrote:
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
Reviewed-by: Rashmica Gupta
---
arch/powerpc/xmon/xmon.c |
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
---
arch/powerpc/xmon/xmon.c | 39 ++-
1 file changed, 22 insertions(+), 17