From a403c17a66b731ac5848c996b62142cd93de0b65 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 8 Jul 2008 16:46:30 +0000 Subject: [PATCH 1/1] Branch HEAD Remove trailing whitespace. --- lustre/lvfs/lvfs_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 1.8.3.1