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: Craig Inches <Craig@craiginches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Craig Inches 2017-03-12 19:18:40 +00:00 committed by Greg Kroah-Hartman
parent d3cfd5b9c8
commit cb5de2f8aa

View File

@ -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 *,