All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 2/5] test: remove blank lines at eof
Date: Wed, 31 Jul 2019 07:57:39 -0700	[thread overview]
Message-ID: <20190731145742.10776-3-stephen@networkplumber.org> (raw)
In-Reply-To: <20190731145742.10776-1-stephen@networkplumber.org>

Several tests have extraneous blank lines at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 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


  parent reply	other threads:[~2019-07-31 14:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 14:57 [dpdk-dev] [PATCH 0/5] blank lines at EOF fixes Stephen Hemminger
2019-07-31 14:57 ` [dpdk-dev] [PATCH 1/5] examples: remove extra blank lines at eof Stephen Hemminger
2019-07-31 14:57 ` Stephen Hemminger [this message]
2019-07-31 14:57 ` [dpdk-dev] [PATCH 3/5] pmdinfogen: remove blank line " Stephen Hemminger
2019-07-31 14:57 ` [dpdk-dev] [PATCH 4/5] net/ipn3ke: cleanup " Stephen Hemminger
2019-07-31 14:57 ` [dpdk-dev] [PATCH 5/5] net/mlx5: remove blank lines " Stephen Hemminger
2019-08-04  9:48   ` Slava Ovsiienko
2019-07-31 15:38 ` [dpdk-dev] [PATCH 0/5] blank lines at EOF fixes Bruce Richardson
2019-08-05 13:20   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190731145742.10776-3-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.