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:
b0cd38c
)
<asm-generic/siginfo.h>: fix language in comments
author
Randy Dunlap
<
[email protected]
>
Tue, 6 Feb 2018 23:39:27 +0000
(15:39 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 7 Feb 2018 02:32:45 +0000
(18:32 -0800)
Fix grammar and add an omitted word.
Link:
http://lkml.kernel.org/r/
[email protected]
Fixes: f9886bc50a8e ("signal: Document the strange si_codes used by ptrace event stops")
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Eric W. Biederman <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/uapi/asm-generic/siginfo.h
patch
|
blob
|
history
diff --git
a/include/uapi/asm-generic/siginfo.h
b/include/uapi/asm-generic/siginfo.h
index 254afc31e3be26afe20daff3e6f2f7e838291c3c..85dc965afd892ccd34a4d9f41673c60412fd97c0 100644
(file)
--- a/
include/uapi/asm-generic/siginfo.h
+++ b/
include/uapi/asm-generic/siginfo.h
@@
-280,8
+280,8
@@
typedef struct siginfo {
#define NSIGTRAP 4
/*
- * There
are
an additional set of SIGTRAP si_codes used by ptrace
- * that of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP)
+ * There
is
an additional set of SIGTRAP si_codes used by ptrace
+ * that
are
of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP)
*/
/*