forked from Minki/linux
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:
parent
b896313e53
commit
6e714b3797
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user