From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH 1/3] mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.S Date: Mon, 5 Aug 2013 14:17:01 +0100 Message-ID: <51FFA5CD.3010406@imgtec.com> References: <1375388555-4045-1-git-send-email-ddaney.cavm@gmail.com> <1375388555-4045-2-git-send-email-ddaney.cavm@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , , Sanjay Lal , Gleb Natapov , , David Daney To: David Daney Return-path: In-Reply-To: <1375388555-4045-2-git-send-email-ddaney.cavm@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Hi David, On 01/08/13 21:22, David Daney wrote: > From: David Daney > > No code changes, just reflowing some comments and consistently using > tabs and spaces. Object code is verified to be unchanged. > > Signed-off-by: David Daney > Acked-by: Ralf Baechle > + /* Put the saved pointer to vcpu (s1) back into the DDATA_LO Register */ git am detects a whitespace error here ("space before tab in indent"). It's got spaces before and after the tab actually. > /* load the guest context from VCPU and return */ this comment could have it's indentation fixed too Otherwise, for all 3 patches: Reviewed-by: James Hogan Thanks James