From: adilger Date: Tue, 8 Jul 2008 16:46:30 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~248 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a403c17a66b731ac5848c996b62142cd93de0b65;hp=b460ca87c0d01e4de18681fdd936b1a30cbfca21 Branch HEAD Remove trailing whitespace. --- diff --git a/lustre/lvfs/lvfs_lib.c b/lustre/lvfs/lvfs_lib.c index ebe6c97..21888b9 100644 --- a/lustre/lvfs/lvfs_lib.c +++ b/lustre/lvfs/lvfs_lib.c @@ -49,7 +49,7 @@ int obd_alloc_fail(const void *ptr, const char *name, const char *type, obd_memory_sum(), obd_pages_sum() << CFS_PAGE_SHIFT, obd_pages_sum(), - atomic_read(&libcfs_kmemory)); + atomic_read(&libcfs_kmemory)); return 1; } return 0; @@ -82,7 +82,7 @@ int __obd_fail_check_set(__u32 id, __u32 value, int set) /* Fail obd_fail_val times, overridden by FAIL_ONCE */ if (obd_fail_loc & OBD_FAIL_SOME && - (!(obd_fail_loc & OBD_FAIL_ONCE) || obd_fail_val <= 1)) { + (!(obd_fail_loc & OBD_FAIL_ONCE) || obd_fail_val <= 1)) { int count = atomic_inc_return(&obd_fail_count); if (count >= obd_fail_val) {