Commit 6e714b37 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/unaligned.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b896313e
...@@ -32,6 +32,6 @@ ...@@ -32,6 +32,6 @@
* *
* Note that unaligned accesses can be very expensive on some architectures. * 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 */ #endif /* _ASM_X86_UNALIGNED_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment