bytesex.h: remove an unnecessary double expansion in WRITEADDR()
commit7370483b00125d13422c7fdb8e267d02c73d52b4
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 30 Nov 2017 00:59:49 +0000 (29 16:59 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 30 Nov 2017 00:59:49 +0000 (29 16:59 -0800)
treedaf9e4e29a90becb6890dfebf757d2e357937326
parent8cdde2bbaaf89bba8589a81d09e3057faf5919ea
bytesex.h: remove an unnecessary double expansion in WRITEADDR()

We can't really avoid the double expansion of (p), but the WRITE*()
macros all do that.  However, there is no reason to double-expand (s).

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/bytesex.h