2015-06-07 18:27:06

by Denys Vlasenko

[permalink] [raw]
Subject: Re: [tip:x86/asm] x86/asm/entry/32: Improve code readability

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 <[email protected]>
> AuthorDate: Fri, 5 Jun 2015 13:02:28 +0200
> Committer: Ingo Molnar <[email protected]>
> 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!