From: James Simmons Date: Fri, 18 Nov 2016 16:48:38 +0000 (-0500) Subject: staging: lustre: libcfs: remove blank line in header X-Git-Tag: v4.10-rc1~148^2~188 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cd80ce971adf4d602f268cf1f45dd5856aba734;p=karo-tx-linux.git 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 --- 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;