net: Make Kconfig template variables prettier
Adding spaces around "=" when definining Kconfig template so that is more consistent with overall style of these template variables. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
049267a5ca
commit
009e4dafa7
14 changed files with 66 additions and 66 deletions
|
@ -67,10 +67,10 @@ config HTTP_CLIENT_NETWORK_TIMEOUT
|
|||
Default network activity timeout in seconds. This setting is used
|
||||
for TCP connection timeout.
|
||||
|
||||
module=HTTP
|
||||
module-dep=NET_LOG
|
||||
module-str=Log level for HTTP
|
||||
module-help=Enables routing engine debug messages.
|
||||
module = HTTP
|
||||
module-dep = NET_LOG
|
||||
module-str = Log level for HTTP
|
||||
module-help = Enables routing engine debug messages.
|
||||
source "subsys/net/Kconfig.template.log_config.net"
|
||||
|
||||
config NET_DEBUG_HTTP_CONN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue