aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-01 10:47:26 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-01 14:20:16 +0100
commit289cb2f0ec1e9ae7fa78631ae9203398bfa1f46e (patch)
tree1949e518f0fcb98b7233225085f4d5586200d3a2
parentcompat: these patches will soon work their way into stable (diff)
downloadwireguard-monolithic-historical-289cb2f0ec1e9ae7fa78631ae9203398bfa1f46e.tar.xz
wireguard-monolithic-historical-289cb2f0ec1e9ae7fa78631ae9203398bfa1f46e.zip
Kconfig: remove trailing whitespace
Git complains when applying this Kconfig file as part of a patch to the kernel tree, so drop the trailing whitespace. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 811d1e2..4385995 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -26,5 +26,5 @@ config WIREGUARD_DEBUG
that occur for a WireGuard interface. It will also perform some
extra validation checks and unit tests at various points. This is
only useful for debugging.
-
+
Say N here unless you know what you're doing.