mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
staging: lustre: Fix code indent error
Fix checkpatch.pl error: ERROR: code indent should use tabs where possible Signed-off-by: Miguel Bernabeu Diaz <miguelbernadi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
66a84f8ae1
commit
e39f6efaa1
@ -1390,7 +1390,7 @@ static int kiblnd_create_fmr_pool(kib_fmr_poolset_t *fps,
|
||||
.max_pages_per_fmr = LNET_MAX_PAYLOAD/PAGE_SIZE,
|
||||
.page_shift = PAGE_SHIFT,
|
||||
.access = (IB_ACCESS_LOCAL_WRITE |
|
||||
IB_ACCESS_REMOTE_WRITE),
|
||||
IB_ACCESS_REMOTE_WRITE),
|
||||
.pool_size = fps->fps_pool_size,
|
||||
.dirty_watermark = fps->fps_flush_trigger,
|
||||
.flush_function = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user