From 6cd80ce971adf4d602f268cf1f45dd5856aba734 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Fri, 18 Nov 2016 11:48:38 -0500 Subject: [PATCH] staging: lustre: libcfs: remove blank line in header The header libcfs_fail.h has a extra blank line that is not needed. Signed-off-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/include/linux/libcfs/libcfs_fail.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_fail.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_fail.h index b1658c8ddcd6..f06b4aa8099b 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_fail.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_fail.h @@ -168,7 +168,6 @@ static inline int cfs_fail_timeout_set(__u32 id, __u32 value, int ms, int set) */ static inline void cfs_race(__u32 id) { - if (CFS_FAIL_PRECHECK(id)) { if (unlikely(__cfs_fail_check_set(id, 0, CFS_FAIL_LOC_NOSET))) { int rc; -- 2.39.2