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
|
@ -89,7 +89,7 @@ if USB_DEVICE_NETWORK
|
||||||
|
|
||||||
module = USB_DEVICE_NETWORK
|
module = USB_DEVICE_NETWORK
|
||||||
module-dep = LOG
|
module-dep = LOG
|
||||||
module-str=USR Device Network log level
|
module-str = USB Device Network log level
|
||||||
source "subsys/net/Kconfig.template.log_config.net"
|
source "subsys/net/Kconfig.template.log_config.net"
|
||||||
|
|
||||||
endif # USB_DEVICE_NETWORK
|
endif # USB_DEVICE_NETWORK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue