X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fjfs%2Fendian24.h;h=fa92f7f1d0d0d709d0edeb910dd95bf3bcd8bcee;hb=547307420931344a868275bd7ea7a30f117a15a9;hp=79494c4f2b10c2601c20044085d10815661d34a9;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;p=mv-sheeva.git diff --git a/fs/jfs/endian24.h b/fs/jfs/endian24.h index 79494c4f2b1..fa92f7f1d0d 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) )); \ })