microblaze: whitespace fix
authorMichael S. Tsirkin <[email protected]>
Tue, 6 Jan 2015 15:45:03 +0000 (17:45 +0200)
committerMichal Simek <[email protected]>
Thu, 8 Jan 2015 07:37:25 +0000 (08:37 +0100)
Align using tabs to make code prettier.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/microblaze/include/asm/uaccess.h

index e41bebf8d4739d4cc5eb2e732cff5f0bdb205176..62942fd126728688cb8358685802eead5c8b5fcf 100644 (file)
@@ -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;                                               \
                                                                        \