Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752107AbbFGS1G (ORCPT ); Sun, 7 Jun 2015 14:27:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36722 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751785AbbFGS07 (ORCPT ); Sun, 7 Jun 2015 14:26:59 -0400 Message-ID: <55748CF2.9010101@redhat.com> Date: Sun, 07 Jun 2015 20:26:58 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: LKML , Ingo Molnar Subject: Re: [tip:x86/asm] x86/asm/entry/32: Improve code readability References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 27 On 06/07/2015 10:32 AM, tip-bot for Ingo Molnar wrote: > Commit-ID: 54ad726c51b7f7dffcc1dc379bedadee19f742f7 > Gitweb: http://git.kernel.org/tip/54ad726c51b7f7dffcc1dc379bedadee19f742f7 > Author: Ingo Molnar > AuthorDate: Fri, 5 Jun 2015 13:02:28 +0200 > Committer: Ingo Molnar > CommitDate: Fri, 5 Jun 2015 13:22:22 +0200 > > x86/asm/entry/32: Improve code readability > > Make the 64-bit compat 32-bit syscall entry code a bit more readable: > > - eliminate whitespace noise > > - use consistent vertical spacing > > - use consistent assembly coding style similar to entry_64.S > > - fix various comments Thank you! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/