staging/lustre: Fix lines that start with spaces
Found with checkpatch. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f0a8768041
commit
22ea97f05c
@ -50,7 +50,7 @@
|
||||
#define LUSTRE_CFG_MAX_BUFCOUNT 8
|
||||
|
||||
#define LCFG_HDR_SIZE(count) \
|
||||
cfs_size_round(offsetof (struct lustre_cfg, lcfg_buflens[(count)]))
|
||||
cfs_size_round(offsetof(struct lustre_cfg, lcfg_buflens[(count)]))
|
||||
|
||||
/** If the LCFG_REQUIRED bit is set in a configuration command,
|
||||
* then the client is required to understand this parameter
|
||||
|
@ -339,7 +339,8 @@ static ssize_t ll_direct_IO_26_seg(const struct lu_env *env, struct cl_io *io,
|
||||
size_t size, loff_t file_offset,
|
||||
struct page **pages, int page_count)
|
||||
{
|
||||
struct ll_dio_pages pvec = { .ldp_pages = pages,
|
||||
struct ll_dio_pages pvec = {
|
||||
.ldp_pages = pages,
|
||||
.ldp_nr = page_count,
|
||||
.ldp_size = size,
|
||||
.ldp_offsets = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user