projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b896313
)
include/asm-x86/unaligned.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:03:50 +0000
(
01:03
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:28 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/unaligned.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/unaligned.h
b/include/asm-x86/unaligned.h
index 913598d4f7611fd2ed6fa7a9d209a7348875f45d..d270ffe727597474be2a85e8fcea665b14a122b3 100644
(file)
--- a/
include/asm-x86/unaligned.h
+++ b/
include/asm-x86/unaligned.h
@@
-32,6
+32,6
@@
*
* Note that unaligned accesses can be very expensive on some architectures.
*/
-#define put_unaligned(val, ptr) ((void)(
*(ptr) = (val)
))
+#define put_unaligned(val, ptr) ((void)(
*(ptr) = (val)
))
#endif /* _ASM_X86_UNALIGNED_H */