staging: lustre: remove excess blank lines in lnet selftest code
authorJames Simmons <jsimmons@infradead.org>
Sat, 12 Mar 2016 18:00:34 +0000 (13:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
Remove extra blank lines missed by checkpatch.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/brw_test.c
drivers/staging/lustre/lnet/selftest/conrpc.c
drivers/staging/lustre/lnet/selftest/console.c

index eebc92412061fef6589c076b38bf62432222e220..69812fc3c9ed83ae33245e077e8d4896304e1050 100644 (file)
@@ -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;
 
index bcd78888f9cc3381b99e7bfb93d1b3fdc7f60869..d11869aa5db48e601c820e537fb01422075972e5 100644 (file)
@@ -531,7 +531,6 @@ lstcon_rpc_trans_interpreter(lstcon_rpc_trans_t *trans,
                        continue;
 
                error = readent(trans->tas_opc, msg, ent);
-
                if (error)
                        return error;
        }
@@ -841,7 +840,6 @@ lstcon_testrpc_prep(lstcon_node_t *nd, int transop, unsigned feats,
 
                trq->tsr_ndest = 0;
                trq->tsr_loop = nmax * test->tes_dist * test->tes_concur;
-
        } else {
                bulk = &(*crpc)->crp_rpc->crpc_bulk;
 
index c009ad348a067c45c014f9b3b3326233214223a1..17d0d132d10386a4d5b8e62c0021f61d3ede3aba 100644 (file)
@@ -977,7 +977,6 @@ lstcon_batch_info(char *name, lstcon_test_batch_ent_t __user *ent_up,
        if (!test) {
                entp->u.tbe_batch.bae_ntest = bat->bat_ntest;
                entp->u.tbe_batch.bae_state = bat->bat_state;
-
        } else {
                entp->u.tbe_test.tse_type = test->tes_type;
                entp->u.tbe_test.tse_loop = test->tes_loop;
@@ -1423,7 +1422,6 @@ lstcon_test_batch_query(char *name, int testidx, int client,
                translist = &batch->bat_trans_list;
                ndlist = &batch->bat_cli_list;
                hdr = &batch->bat_hdr;
-
        } else {
                /* query specified test only */
                rc = lstcon_test_find(batch, testidx, &test);
This page took 0.028764 seconds and 5 git commands to generate.