From: Patrick McHardy <kaber@trash.net>
Date: Tue, 27 Jun 2006 10:02:14 +0000 (-0700)
Subject: [NETFILTER]: statistic match: add missing Kconfig help text
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68c1692e3ea5d79f24cb5cc566c4a73939d13d25;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[NETFILTER]: statistic match: add missing Kconfig help text

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index b1622b7de1cf..42a178aa30f9 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -411,7 +411,10 @@ config NETFILTER_XT_MATCH_STATISTIC
 	tristate '"statistic" match support'
 	depends on NETFILTER_XTABLES
 	help
-	  statistic module
+	  This option adds a `statistic' match, which allows you to match
+	  on packets periodically or randomly with a given percentage.
+
+	  To compile it as a module, choose M here.  If unsure, say N.
 
 config NETFILTER_XT_MATCH_STRING
 	tristate  '"string" match support'