aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_hash.c
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-01-15 20:05:48 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2020-01-16 15:51:55 +0100
commitfbf19ddf396b3526718a64e24ace316c64d3ed1f (patch)
tree66994c3a611fba9c9836d7357ca05c4e293b783d /net/netfilter/nft_set_hash.c
parenta7965d58ddab0253ddfae58bd5c7d2de46ef0f76 (diff)
downloadlinux-fbf19ddf396b3526718a64e24ace316c64d3ed1f.tar.gz
netfilter: nf_tables: white-space fixes.
Indentation fixes for the parameters of a few nft functions. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_set_hash.c')
-rw-r--r--net/netfilter/nft_set_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nft_set_hash.c b/net/netfilter/nft_set_hash.c
index b331a3c9a3a846..d350a7cd3af0ff 100644
--- a/net/netfilter/nft_set_hash.c
+++ b/net/netfilter/nft_set_hash.c
@@ -645,7 +645,7 @@ static bool nft_hash_estimate(const struct nft_set_desc *desc, u32 features,
}
static bool nft_hash_fast_estimate(const struct nft_set_desc *desc, u32 features,
- struct nft_set_estimate *est)
+ struct nft_set_estimate *est)
{
if (!desc->size)
return false;