summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
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-02 20:48:06 +0100
commitbf746e3938aa4192242118d488a4a2cea0509cf8 (patch)
tree9b3ae64d3309251c6bf2c79cd9a8ff69bef1d8f6 /src/Kconfig
parentversion: bump snapshot (diff)
downloadwireguard-linux-compat-bf746e3938aa4192242118d488a4a2cea0509cf8.tar.xz
wireguard-linux-compat-bf746e3938aa4192242118d488a4a2cea0509cf8.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> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-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.