mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00: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) \
|
#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); \
|
typeof(*(ptr)) __user *__pu_addr = (ptr); \
|
||||||
int __pu_err = 0; \
|
int __pu_err = 0; \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user