From: Michael S. Tsirkin Date: Tue, 6 Jan 2015 15:45:03 +0000 (+0200) Subject: microblaze: whitespace fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=132d5dfc04698e4226ca9787214bd4e277ed39f2;p=linux.git microblaze: whitespace fix Align using tabs to make code prettier. Signed-off-by: Michael S. Tsirkin Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/uaccess.h b/arch/microblaze/include/asm/uaccess.h index e41bebf8d4739..62942fd126728 100644 --- a/arch/microblaze/include/asm/uaccess.h +++ b/arch/microblaze/include/asm/uaccess.h @@ -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; \ \