浏览代码

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Joe Perches 17 年之前
父节点
当前提交
6e714b3797
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-x86/unaligned.h

+ 1 - 1
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 */