aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/brw_test.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-03-12 13:00:34 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-28 07:30:36 -0700
commit9b8fa4456cf3f6428958a71fdcc5fef64f3f0e11 (patch)
treed8e1507a3ea6ad21079257afe2dabfd72d14f1bb /drivers/staging/lustre/lnet/selftest/brw_test.c
parentstaging: lustre: handle error returned from wait_event_timeout seltest timer (diff)
downloadlinux-dev-9b8fa4456cf3f6428958a71fdcc5fef64f3f0e11.tar.xz
linux-dev-9b8fa4456cf3f6428958a71fdcc5fef64f3f0e11.zip
staging: lustre: remove excess blank lines in lnet selftest code
Remove extra blank lines missed by checkpatch. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/selftest/brw_test.c')
-rw-r--r--drivers/staging/lustre/lnet/selftest/brw_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/brw_test.c b/drivers/staging/lustre/lnet/selftest/brw_test.c
index eebc92412061..69812fc3c9ed 100644
--- a/drivers/staging/lustre/lnet/selftest/brw_test.c
+++ b/drivers/staging/lustre/lnet/selftest/brw_test.c
@@ -91,7 +91,6 @@ brw_client_init(sfw_test_instance_t *tsi)
* but we have to keep it for compatibility
*/
len = npg * PAGE_CACHE_SIZE;
-
} else {
test_bulk_req_v1_t *breq = &tsi->tsi_u.bulk_v1;
@@ -279,7 +278,6 @@ brw_client_prep_rpc(sfw_test_unit_t *tsu,
flags = breq->blk_flags;
npg = breq->blk_npg;
len = npg * PAGE_CACHE_SIZE;
-
} else {
test_bulk_req_v1_t *breq = &tsi->tsi_u.bulk_v1;