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:
parent
d3cfd5b9c8
commit
cb5de2f8aa
@ -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 *,
|
||||
|
Loading…
Reference in New Issue
Block a user