Commit 132d5dfc authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Michal Simek

microblaze: whitespace fix

Align using tabs to make code prettier.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 0774bf6a
......@@ -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; \
\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment