]> git.baikalelectronics.ru Git - kernel.git/commit
x86-64, syscall: Adjust comment spacing and remove typo
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 11 Nov 2011 23:43:02 +0000 (15:43 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Nov 2011 21:35:35 +0000 (13:35 -0800)
commit6c0c3e7da83ab97147dc741097fe583637e134fb
tree3af1fcc1100a9298db2973ad69f8cd7231509d3b
parentfc785f50aba6fde8cf10a59ce79b597ac2e8c3e6
x86-64, syscall: Adjust comment spacing and remove typo

Adjust spacing for comment so that it matches the multiline comment
style used in the rest of the kernel, and remove word duplication.

It is not really clear what version of gcc this refers to, but the
extra & doesn't cause any harm, so there is no reason to remove it.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/syscall_64.c