Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 498374f7 authored by Hugues Morisset's avatar Hugues Morisset Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fix coding style on long lines

parent 18751668
Loading
Loading
Loading
Loading
+18 −16
Original line number Diff line number Diff line
@@ -704,6 +704,7 @@ static inline void oti_init(struct obd_trans_info *oti,
	if (req->rq_reqmsg != NULL &&
	    lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) {
		__u64 *pre_version = lustre_msg_get_versions(req->rq_reqmsg);

		oti->oti_pre_version = pre_version ? pre_version[0] : 0;
		oti->oti_transno = lustre_msg_get_transno(req->rq_reqmsg);
	}
@@ -1405,6 +1406,7 @@ static inline struct lustre_capa *oinfo_capa(struct obd_info *oinfo)
static inline struct md_open_data *obd_mod_alloc(void)
{
	struct md_open_data *mod;

	OBD_ALLOC_PTR(mod);
	if (mod == NULL)
		return NULL;