Skip to content

Commit

Permalink
s390/uaccess: fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
  • Loading branch information
hcahca authored and Vasily Gorbik committed Oct 9, 2020
1 parent db52739 commit 10e5afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static inline int __get_user_fn(void *x, const void __user *ptr, unsigned long s
default: \
__put_user_bad(); \
break; \
} \
} \
__builtin_expect(__pu_err, 0); \
})

Expand Down

0 comments on commit 10e5afb

Please sign in to comment.