提交 6e714b37 编写于 作者: J Joe Perches 提交者: Ingo Molnar

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

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册