aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-01-06 10:45:03 -0500
committerMichal Simek <michal.simek@xilinx.com>2015-01-08 02:37:25 -0500
commit132d5dfc04698e4226ca9787214bd4e277ed39f2 (patch)
tree6ea3370e0761ab2816cff2ba7e844d827487a889 /arch/microblaze
parent0774bf6a8b49ccd35fad58a1eed0d2382f34912e (diff)
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/include/asm/uaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/uaccess.h b/arch/microblaze/include/asm/uaccess.h
index e41bebf8d473..62942fd12672 100644
--- a/arch/microblaze/include/asm/uaccess.h
+++ b/arch/microblaze/include/asm/uaccess.h
@@ -306,7 +306,7 @@ extern long __user_bad(void);
306 306
307#define __put_user_check(x, ptr, size) \ 307#define __put_user_check(x, ptr, size) \
308({ \ 308({ \
309 typeof(*(ptr)) volatile __pu_val = x; \ 309 typeof(*(ptr)) volatile __pu_val = x; \
310 typeof(*(ptr)) __user *__pu_addr = (ptr); \ 310 typeof(*(ptr)) __user *__pu_addr = (ptr); \
311 int __pu_err = 0; \ 311 int __pu_err = 0; \
312 \ 312 \