dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Joe Perches 2008-03-23 01:03:50 -07:00 committed by Ingo Molnar
parent b896313e53
commit 6e714b3797
1 changed files with 1 additions and 1 deletions

View File

@ -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 */