From: Heiko Carstens Date: Thu, 7 Oct 2021 16:12:50 +0000 (+0200) Subject: s390/ptrace: fix coding style X-Git-Tag: block-5.16-2021-11-13~41^2~35 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=885359c42942566c91bbc93eb1acfaea86d95bcf;p=linux-block.git s390/ptrace: fix coding style Reported-by: Steffen Maier Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik --- 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 {