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

Commit 29ac6840 authored by Chris Hanna's avatar Chris Hanna Committed by Greg Kroah-Hartman
Browse files

staging: lustre: osc: clean up whitespace and align function parameters



Minor changes to remove excessive whitespace and improve
readability of osc functions.

Signed-off-by: default avatarChris Hanna <hannac@iu.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06d0c498
Loading
Loading
Loading
Loading
+84 −85
Original line number Original line Diff line number Diff line
@@ -1870,8 +1870,7 @@ int osc_build_rpc(const struct lu_env *env, struct client_obd *cli,
	struct osc_async_page *oap;
	struct osc_async_page *oap;
	struct osc_async_page *tmp;
	struct osc_async_page *tmp;
	struct cl_req *clerq = NULL;
	struct cl_req *clerq = NULL;
	enum cl_req_type		crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE :
	enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : CRT_READ;
								      CRT_READ;
	struct ldlm_lock *lock = NULL;
	struct ldlm_lock *lock = NULL;
	struct cl_req_attr *crattr = NULL;
	struct cl_req_attr *crattr = NULL;
	u64 starting_offset = OBD_OBJECT_EOF;
	u64 starting_offset = OBD_OBJECT_EOF;
+19 −19

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+98 −98

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+74 −74

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+62 −62

File changed.

Contains only whitespace changes.

Loading