From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2FCEDA10DA for ; Wed, 31 Jul 2019 16:58:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 93E261C1BE; Wed, 31 Jul 2019 16:57:59 +0200 (CEST) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by dpdk.org (Postfix) with ESMTP id A43B71C1A5 for ; Wed, 31 Jul 2019 16:57:48 +0200 (CEST) Received: by mail-pf1-f173.google.com with SMTP id g2so32020391pfq.0 for ; Wed, 31 Jul 2019 07:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=n8jb1OrO9EFWvxObbeMU+IzVxPjRGAeeGkZslpmt9xI=; b=cyIGsk+JsLBnJ4Jsh2RvkxpB+FSDwiCoY/6FINgeKPuz8yNgOPGkE81c2Tv5WBThXD 2zcmm/dVtwm7kDLSQWBGzPlsMK+xszxJFa/KbzoGA+arHC4+yaNqfqYX8WznecdBs7DU 3TxtZ3SJp+VvMxD5XM3HjfPOwrN4hxuceLmNYJF1QEo7oLtBFl5boww1DrhXwT8hgIPT y7IT8nxxTr5Q5IdHpo2PqD+4dG3hQlYbYgG8yS6srhzgHF7qaU+HwhjPka1oh/iSvLJb x/OXw9LSxESQnF6huBhuUT4NqispY6EZjgfMweedk+/73dqNV8xslPstMgVgEnqig24X dNZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=n8jb1OrO9EFWvxObbeMU+IzVxPjRGAeeGkZslpmt9xI=; b=npoCtPXpQUsZ9qsR9a0XQOq1UEdin6Ys/VR9l1Ll3V/Gu9JSJKy/eqs0ILtjU0lh/Z 0x3J+FAQUaULFueeNgr8kjjECl0b1SRQAM0TwwWXG1QbtACANhoGmXHzor3XnTVecjHj B2nobAmfA3BLxMGjHu5hur3Gh6V2c4eeSSC13ho1o6jkCOIukGTQu4TFjKWNRK+rK2ve gBpprcCvml2H7UHW2p5cyHQs2CDUoL/uVm9alDHt61tdjvCwPAhR59iT7uWmavLgMxk3 MNWIhrLDncM1c8Km3pdI5AYUYWPH8jnav2B6KOwH86J7hvIcRAR5F3d2Rm0ezLArVv1w Hu/A== X-Gm-Message-State: APjAAAUp2+yepb/XnKwsyFz98WtxFE9WAAYi9pwK5VPtaOTK7Aw2CUwd 1PbSpWxXkjWs0ogB7sRzjWWP/yIV X-Google-Smtp-Source: APXvYqwW+HMxUs/D28QNItIN8DJu8CpWGwTyrBtbevzQEGz4ETqA7jujICd0YfIS/YsbU23OAc/cig== X-Received: by 2002:a17:90a:3aed:: with SMTP id b100mr3378263pjc.63.1564585066219; Wed, 31 Jul 2019 07:57:46 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id x7sm4531080pga.0.2019.07.31.07.57.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 31 Jul 2019 07:57:45 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 31 Jul 2019 07:57:39 -0700 Message-Id: <20190731145742.10776-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190731145742.10776-1-stephen@networkplumber.org> References: <20190731145742.10776-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 2/5] test: remove blank lines at eof X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Several tests have extraneous blank lines at end of file. Signed-off-by: Stephen Hemminger --- app/test/test_cryptodev_asym_util.h | 4 ---- app/test/test_table_combined.c | 1 - app/test/test_table_tables.c | 3 +-- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/test/test_cryptodev_asym_util.h b/app/test/test_cryptodev_asym_util.h index b3d9fb4688da..f2a8e6ce15ba 100644 --- a/app/test/test_cryptodev_asym_util.h +++ b/app/test/test_cryptodev_asym_util.h @@ -36,7 +36,3 @@ static inline int verify_modexp(uint8_t *mod_exp, } #endif /* TEST_CRYPTODEV_ASYM_TEST_UTIL_H__ */ - - - - diff --git a/app/test/test_table_combined.c b/app/test/test_table_combined.c index 73ad0155d677..f72b634bff70 100644 --- a/app/test/test_table_combined.c +++ b/app/test/test_table_combined.c @@ -840,4 +840,3 @@ test_table_hash_cuckoo_combined(void) return 0; } - diff --git a/app/test/test_table_tables.c b/app/test/test_table_tables.c index 21c4086c2321..1aa269f95d27 100644 --- a/app/test/test_table_tables.c +++ b/app/test/test_table_tables.c @@ -911,7 +911,7 @@ test_table_hash_cuckoo(void) .n_keys = 1 << 16, .n_buckets = 1 << 16, .f_hash = pipeline_test_hash_cuckoo, - .seed = 0, + .seed = 0, }; table = rte_table_hash_cuckoo_ops.f_create(NULL, 0, entry_size); @@ -1051,4 +1051,3 @@ test_table_hash_cuckoo(void) return 0; } - -- 2.20.1