OSDN Git Service

[PATCH] byteorder swab parenthesis fix
[linux-kernel-docs/linux-2.4.36.git] / include / linux / byteorder / swab.h
index 800931f..34d76ad 100644 (file)
@@ -68,7 +68,7 @@
 #define ___constant_swab24(x) \
        ((__u32)( \
                (((__u32)(x) & (__u32)0x000000ffU) << 16) | \
-               (((__u32)(x) & (__u32)0x0000ff00U)        | \
+               (((__u32)(x) & (__u32)0x0000ff00U))       | \
                (((__u32)(x) & (__u32)0x00ff0000U) >> 16) ))
 #define ___constant_swab32(x) \
        ((__u32)( \