projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0774bf6
)
microblaze: whitespace fix
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 6 Jan 2015 15:45:03 +0000
(17:45 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 8 Jan 2015 07:37:25 +0000
(08:37 +0100)
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>
arch/microblaze/include/asm/uaccess.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/uaccess.h
b/arch/microblaze/include/asm/uaccess.h
index e41bebf8d4739d4cc5eb2e732cff5f0bdb205176..62942fd126728688cb8358685802eead5c8b5fcf 100644
(file)
--- 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; \
\