diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-01 10:47:26 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-02 20:48:06 +0100 |
commit | bf746e3938aa4192242118d488a4a2cea0509cf8 (patch) | |
tree | 9b3ae64d3309251c6bf2c79cd9a8ff69bef1d8f6 /src | |
parent | 0decd94f990439082e16af60e8f8e08d1b1ee2d4 (diff) |
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')
-rw-r--r-- | src/Kconfig | 2 |
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. |