summaryrefslogtreecommitdiff
path: root/include/asm-x86/unaligned.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 01:03:50 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:28 +0200
commit6e714b37978bbd2c7a7eb89b4474b6c2133b7796 (patch)
treeb1d3480ce5bd80cbc3d08dcc4c79458818697c49 /include/asm-x86/unaligned.h
parentb896313e53344e79cc8bbc69f0a7d5c2b1735895 (diff)
downloadlinux-3.10-6e714b37978bbd2c7a7eb89b4474b6c2133b7796.tar.gz
linux-3.10-6e714b37978bbd2c7a7eb89b4474b6c2133b7796.tar.bz2
linux-3.10-6e714b37978bbd2c7a7eb89b4474b6c2133b7796.zip
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>
Diffstat (limited to 'include/asm-x86/unaligned.h')
-rw-r--r--include/asm-x86/unaligned.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/unaligned.h b/include/asm-x86/unaligned.h
index 913598d4f76..d270ffe7275 100644
--- 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 */