commit | f720e3ba558680cc7dd3995d005bdc8ee2ef46af | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Wed Jun 06 15:28:35 2007 -0500 |
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | Wed Jun 06 15:28:35 2007 -0500 |
tree | 7217f0618795aa1c0a097adf73442842e6fd668c | |
parent | 5ecd3100e695228ac5e0ce0e325e252c0f11806f [diff] [blame] |
JFS: Whitespace cleanup and remove some dead code Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
diff --git a/fs/jfs/endian24.h b/fs/jfs/endian24.h index 79494c4..fa92f7f1 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) )); \ })