Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha: Fix a typo on ptrace.h

- struct has as little information as possible. * I does not have*
+ struct has as little information as possible. *It does not have*

Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-alpha@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

Daniel Bristot de Oliveira and committed by
Matt Turner
a104d44b fb430b39

+1 -1
+1 -1
arch/alpha/include/uapi/asm/ptrace.h
··· 8 8 * kernel stack during a system call or other kernel entry 9 9 * 10 10 * NOTE! I want to minimize the overhead of system calls, so this 11 - * struct has as little information as possible. I does not have 11 + * struct has as little information as possible. It does not have 12 12 * 13 13 * - floating point regs: the kernel doesn't change those 14 14 * - r9-15: saved by the C compiler