diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-10-07 18:12:50 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2021-10-11 20:55:58 +0200 |
commit | 885359c42942566c91bbc93eb1acfaea86d95bcf (patch) | |
tree | 16938dee58595dc9aa55238238f72bbd1678a006 /arch | |
parent | s390/ftrace: provide separate ftrace_caller/ftrace_regs_caller implementations (diff) | |
download | linux-885359c42942566c91bbc93eb1acfaea86d95bcf.tar.xz linux-885359c42942566c91bbc93eb1acfaea86d95bcf.zip |
s390/ptrace: fix coding style
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/ptrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h index 61b22aa990e7..662ee212ba51 100644 --- 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 { |