Skip to content

Commit 10e5afb

Browse files
hcahcaVasily Gorbik
authored andcommitted
s390/uaccess: fix indentation
Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent db52739 commit 10e5afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/include/asm/uaccess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static inline int __get_user_fn(void *x, const void __user *ptr, unsigned long s
188188
default: \
189189
__put_user_bad(); \
190190
break; \
191-
} \
191+
} \
192192
__builtin_expect(__pu_err, 0); \
193193
})
194194

0 commit comments

Comments
 (0)