diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-01-06 10:45:03 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-08 02:37:25 -0500 |
commit | 132d5dfc04698e4226ca9787214bd4e277ed39f2 (patch) | |
tree | 6ea3370e0761ab2816cff2ba7e844d827487a889 /arch/microblaze | |
parent | 0774bf6a8b49ccd35fad58a1eed0d2382f34912e (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.h | 2 |
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 | \ |