projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb430b3
)
alpha: Fix a typo on ptrace.h
author
Daniel Bristot de Oliveira
<
[email protected]
>
Tue, 25 Sep 2018 18:31:48 +0000
(20:31 +0200)
committer
Matt Turner
<
[email protected]
>
Fri, 21 Dec 2018 16:57:57 +0000
(11:57 -0500)
- 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 <
[email protected]
>
Cc: Richard Henderson <
[email protected]
>
Cc: Ivan Kokshaysky <
[email protected]
>
Cc: Matt Turner <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Signed-off-by: Matt Turner <
[email protected]
>
arch/alpha/include/uapi/asm/ptrace.h
patch
|
blob
|
history
diff --git
a/arch/alpha/include/uapi/asm/ptrace.h
b/arch/alpha/include/uapi/asm/ptrace.h
index 1dfd065e45b1de1547e1207904a3f3f1817a5c1c..c29194181025f5dd6ebf3eea330a3f2fa996a0a6 100644
(file)
--- a/
arch/alpha/include/uapi/asm/ptrace.h
+++ b/
arch/alpha/include/uapi/asm/ptrace.h
@@
-8,7
+8,7
@@
* kernel stack during a system call or other kernel entry
*
* NOTE! I want to minimize the overhead of system calls, so this
- * struct has as little information as possible.
I
does not have
+ * struct has as little information as possible.
It
does not have
*
* - floating point regs: the kernel doesn't change those
* - r9-15: saved by the C compiler