drivers: staging: lustre: Fix return is not a function, parentheses are not required...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / include / lustre_log.h
index ed9788742fa1dbea663bbb4966d60858e5d483cc..2f50b81e326fcd1d68f4e563ab2178e9a608e12c 100644 (file)
@@ -447,7 +447,7 @@ static inline int llog_group_ctxt_null(struct obd_llog_group *olg, int index)
 
 static inline int llog_ctxt_null(struct obd_device *obd, int index)
 {
-       return (llog_group_ctxt_null(&obd->obd_olg, index));
+       return llog_group_ctxt_null(&obd->obd_olg, index);
 }
 
 static inline int llog_destroy(const struct lu_env *env,