xfs: small cleanup in xfs_lowbit64()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 6 Jun 2014 06:04:42 +0000 (16:04 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 6 Jun 2014 06:04:42 +0000 (16:04 +1000)
commit72208ee060635dfab2b3bd447a95e0f9c419e954
tree964fbcfbd497714f5b7a19f749cdc79d1c94ae7d
parent36de95567f910f5544060f50346d8677ae13ad22
xfs: small cleanup in xfs_lowbit64()

There are two checkpatch.pl complaints here because of the bad
indenting and because of the assignment inside the condition.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_bit.h