Skip to content

Commit

Permalink
include/asm-x86/unaligned.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent b896313 commit 6e714b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86/unaligned.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 6e714b3

Please sign in to comment.