zephyr/samples/net/sockets
Ulf Magnusson a84ded74ea dts: Replace status = "ok" with status = "okay"
The DT spec. only has "okay" and not "ok". The Linux kernel has around
12k "okay"s and 300 "ok"s.

The scripts/dts scripts only check for "disabled", so should be safe re.
those at least.

The replacement was done with

    git ls-files | xargs sed -i 's/status\s*=\s*"ok"/status = "okay"/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-06-14 19:51:13 -05:00
..
big_http_download ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
can samples: net: can: Add missing tag to SocketCAN sample 2019-05-10 22:43:27 +03:00
coap_client license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
coap_server license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dumb_http_server samples: net: dumb_http_server: Check EOF while skipping headers 2019-04-23 13:13:35 +03:00
echo doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00
echo_async license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
echo_async_select license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
echo_client dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
echo_server dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
http_get license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
packet license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sntp_client samples: sntp_client: Switch from sntp_request() to sntp_query() 2019-05-11 13:25:58 +03:00