projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66959ed
)
avr32: whitespace fix
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 6 Jan 2015 12:53:58 +0000
(14:53 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 13 Jan 2015 13:23:40 +0000
(15:23 +0200)
Align using tabs to make code prettier.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
arch/avr32/include/asm/uaccess.h
patch
|
blob
|
history
diff --git
a/arch/avr32/include/asm/uaccess.h
b/arch/avr32/include/asm/uaccess.h
index ccd07c456f9aaa3f4fecdb99ab834b8cc9528d88..72607f32eebbab2f2d43f5e05ebb538161d94be0 100644
(file)
--- a/
arch/avr32/include/asm/uaccess.h
+++ b/
arch/avr32/include/asm/uaccess.h
@@
-278,7
+278,7
@@
extern int __put_user_bad(void);
__pu_err); \
break; \
case 8: \
- __put_user_asm("d", __pu_addr, __pu_val,
\
+ __put_user_asm("d", __pu_addr, __pu_val, \
__pu_err); \
break; \
default: \