Re: powerpc/xmon: Deindent the SLB dumping logic

2017-04-24 Thread Michael Ellerman
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

Re: [PATCH] powerpc/xmon: Deindent the SLB dumping logic

2017-04-23 Thread Rashmica Gupta
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 |

[PATCH] powerpc/xmon: Deindent the SLB dumping logic

2017-04-23 Thread Michael Ellerman
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