X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fjfs%2Fendian24.h;h=fa92f7f1d0d0d709d0edeb910dd95bf3bcd8bcee;hb=6bee58259fce0baad7b02c7a48146d50fa7f6c3c;hp=79494c4f2b10c2601c20044085d10815661d34a9;hpb=5a3e3b2230980cf2ce6e5e56b816dde19b993939;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/jfs/endian24.h b/fs/jfs/endian24.h index 79494c4f2b10..fa92f7f1d0d0 100644 --- a/fs/jfs/endian24.h +++ b/fs/jfs/endian24.h @@ -29,7 +29,7 @@ __u32 __x = (x); \ ((__u32)( \ ((__x & (__u32)0x000000ffUL) << 16) | \ - (__x & (__u32)0x0000ff00UL) | \ + (__x & (__u32)0x0000ff00UL) | \ ((__x & (__u32)0x00ff0000UL) >> 16) )); \ })