From: Michael S. Tsirkin Date: Tue, 6 Jan 2015 15:45:03 +0000 (+0200) Subject: microblaze: whitespace fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=132d5dfc04698e4226ca9787214bd4e277ed39f2;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 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); #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; \ \