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

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
...@@ -147,9 +147,9 @@ struct lu_device_operations { ...@@ -147,9 +147,9 @@ struct lu_device_operations {
struct lu_device *); struct lu_device *);
/** /**
* initialize local objects for device. this method called after layer has * initialize local objects for device. this method called after layer
* been initialized (after LCFG_SETUP stage) and before it starts serving * has been initialized (after LCFG_SETUP stage) and before it starts
* user requests. * serving user requests.
*/ */
int (*ldo_prepare)(const struct lu_env *, int (*ldo_prepare)(const struct lu_env *,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment