staging: lustre: libcfs: remove whitespace in libcfs_fail.h
One last white space is still left in libcfs_fail.h. Lets remove it. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ebd7531325
commit
e230dd8bb2
@ -73,7 +73,7 @@ static inline bool CFS_FAIL_PRECHECK(__u32 id)
|
|||||||
{
|
{
|
||||||
return cfs_fail_loc != 0 &&
|
return cfs_fail_loc != 0 &&
|
||||||
((cfs_fail_loc & CFS_FAIL_MASK_LOC) == (id & CFS_FAIL_MASK_LOC) ||
|
((cfs_fail_loc & CFS_FAIL_MASK_LOC) == (id & CFS_FAIL_MASK_LOC) ||
|
||||||
(cfs_fail_loc & id & CFS_FAULT));
|
(cfs_fail_loc & id & CFS_FAULT));
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int cfs_fail_check_set(__u32 id, __u32 value,
|
static inline int cfs_fail_check_set(__u32 id, __u32 value,
|
||||||
|
Loading…
Reference in New Issue
Block a user