From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 2/2] KVM: Tidy the whitespace in nested_svm_check_permissions() Date: Thu, 18 May 2017 13:39:12 +0200 Message-ID: <20170518113912.GF1912@8bytes.org> References: <20170518073853.b3dkw2zibj7ayvwh@mwanda> <20170518073953.uz6ix4azwlgvfa3k@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, kvm@vger.kernel.org, kernel-janitors@vger.kernel.org To: Dan Carpenter Return-path: Content-Disposition: inline In-Reply-To: <20170518073953.uz6ix4azwlgvfa3k@mwanda> Sender: kernel-janitors-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, May 18, 2017 at 10:39:53AM +0300, Dan Carpenter wrote: > I moved the || to the line before. Also I replaced some spaces with a > tab on the "return 0;" line. It looks OK in the diff but originally > that line was only indented 7 spaces. > > Signed-off-by: Dan Carpenter Acked-by: Joerg Roedel