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

Commit cb5de2f8 authored by Craig Inches's avatar Craig Inches Committed by Greg Kroah-Hartman
Browse files

staging: lustre shorten multiple lines over 80 char in lu_object.h



This patch adjusts lines so that they are less than 80 char.
Checkpatch.pl idenitified the issue.

Signed-off-by: default avatarCraig Inches <Craig@craiginches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d3cfd5b9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -147,9 +147,9 @@ struct lu_device_operations {
				     struct lu_device *);

	/**
	 * initialize local objects for device. this method called after layer has
	 * been initialized (after LCFG_SETUP stage) and before it starts serving
	 * user requests.
	 * initialize local objects for device. this method called after layer
	 * has been initialized (after LCFG_SETUP stage) and before it starts
	 * serving user requests.
	 */

	int (*ldo_prepare)(const struct lu_env *,