zephyr/samples/net
Ulf Magnusson bd6e04411e kconfig: Clean up header comments and make them consistent
Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-04 17:31:27 -05:00
..
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
dns_resolve coccinelle: standardize kernel API timeout arguments 2019-10-04 16:23:57 -04:00
eth_native_posix tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
google_iot_mqtt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
gptp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ipv4_autoconf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lldp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
lwm2m_client samples: net: lwm2m: bootstrap support changes: 2019-08-24 11:04:25 +02:00
mdns_responder license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mqtt_publisher coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
nats dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
promiscuous_mode license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sockets kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
stats kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
syslog_net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
telnet license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
updatehub kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
vlan kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
wifi samples: net: Adding board config files for CC3235SF 2019-09-10 10:22:30 +03:00
wpan_serial boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpanusb samples: usb: wpanusb: Update documentation 2019-10-09 17:16:41 -05:00
zperf samples: net: Clean up netusb overlay configuration 2019-10-04 21:23:53 +03:00
net.rst