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>
This commit is contained in:
committed by
Vasily Gorbik
parent
894979689d
commit
885359c429
@@ -76,8 +76,7 @@ enum {
|
|||||||
* The pt_regs struct defines the way the registers are stored on
|
* The pt_regs struct defines the way the registers are stored on
|
||||||
* the stack during a system call.
|
* the stack during a system call.
|
||||||
*/
|
*/
|
||||||
struct pt_regs
|
struct pt_regs {
|
||||||
{
|
|
||||||
union {
|
union {
|
||||||
user_pt_regs user_regs;
|
user_pt_regs user_regs;
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user