mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
microblaze: whitespace fix
Align using tabs to make code prettier. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0774bf6a8b
commit
132d5dfc04
@ -306,7 +306,7 @@ extern long __user_bad(void);
|
||||
|
||||
#define __put_user_check(x, ptr, size) \
|
||||
({ \
|
||||
typeof(*(ptr)) volatile __pu_val = x; \
|
||||
typeof(*(ptr)) volatile __pu_val = x; \
|
||||
typeof(*(ptr)) __user *__pu_addr = (ptr); \
|
||||
int __pu_err = 0; \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user