From c356fe92bcae68e3801c79c76d787291708ea804 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 17 May 2023 14:28:49 +0200 Subject: [PATCH] netutils/ping/Kconfig: Fix Kconfig style Remove spaces from Kconfig file --- netutils/ping/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/ping/Kconfig b/netutils/ping/Kconfig index e7302ecaa..618300c10 100644 --- a/netutils/ping/Kconfig +++ b/netutils/ping/Kconfig @@ -12,7 +12,7 @@ config NETUTILS_PING send the ICMP ECHO_REQUEST and wait for the ICMP ECHO_RESPONSE from the remote peer. - config NETUTILS_PING6 +config NETUTILS_PING6 bool "ICMPv6 ping support" default n depends on NET_ICMPv6