diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-01-06 17:45:03 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-08 08:37:25 +0100 |
commit | 132d5dfc04698e4226ca9787214bd4e277ed39f2 (patch) | |
tree | 6ea3370e0761ab2816cff2ba7e844d827487a889 /arch | |
parent | 0774bf6a8b49ccd35fad58a1eed0d2382f34912e (diff) | |
download | linux-132d5dfc04698e4226ca9787214bd4e277ed39f2.tar.gz linux-132d5dfc04698e4226ca9787214bd4e277ed39f2.tar.xz |
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')
-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); #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; \ \ |