diff options
author | Keith Packard <keithp@keithp.com> | 2014-11-24 15:39:51 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-24 15:39:51 -0800 |
commit | ec0ac8970b508adcbc3d104b14a127118e4979d0 (patch) | |
tree | b1d39be7b2c83a1f85efd469105fb8a3c0fe8d6d /hw/xfree86/common/compiler.h | |
parent | 65cc0982afb1d47d17e655efaef40d4a82e7574a (diff) | |
parent | 0f88d4e7937116dbc438f98ddf1f3d94cfc5bead (diff) |
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'hw/xfree86/common/compiler.h')
-rw-r--r-- | hw/xfree86/common/compiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h index 53251298a..1653574d3 100644 --- a/hw/xfree86/common/compiler.h +++ b/hw/xfree86/common/compiler.h @@ -1077,9 +1077,9 @@ extern _X_EXPORT void xf86SlowBCopyToBus(unsigned char *, unsigned char *, int); (*xf86WriteMmio16)((CARD16)(val), base, offset) #elif defined(__powerpc__) || defined(__sparc__) - /* + /* * we provide byteswapping and no byteswapping functions here - * with byteswapping as default, + * with byteswapping as default, * drivers that don't need byteswapping should define MMIO_IS_BE */ #define MMIO_IN8(base, offset) xf86ReadMmio8(base, offset) |