projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8949796
)
s390/ptrace: fix coding style
author
Heiko Carstens
<hca@linux.ibm.com>
Thu, 7 Oct 2021 16:12:50 +0000
(18:12 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Mon, 11 Oct 2021 18:55:58 +0000
(20:55 +0200)
Reported-by: Steffen Maier <maier@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/ptrace.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/ptrace.h
b/arch/s390/include/asm/ptrace.h
index 61b22aa990e75dd70dc04370676489c138e2c4b6..662ee212ba514cfd23e65486af1f071aa5e4dd2d 100644
(file)
--- a/
arch/s390/include/asm/ptrace.h
+++ b/
arch/s390/include/asm/ptrace.h
@@
-76,8
+76,7
@@
enum {
* The pt_regs struct defines the way the registers are stored on
* the stack during a system call.
*/
-struct pt_regs
-{
+struct pt_regs {
union {
user_pt_regs user_regs;
struct {