From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wBhLb2Q2NzDqFG for ; Tue, 25 Apr 2017 08:47:35 +1000 (AEST) In-Reply-To: <1492994114-13797-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: powerpc/xmon: Deindent the SLB dumping logic Message-Id: <3wBhLb0qjcz9s8W@ozlabs.org> Date: Tue, 25 Apr 2017 08:47:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 powerpc next. https://git.kernel.org/powerpc/c/856736466806ceb72c7402eb0f06be cheers