zephyr/subsys/net/lib/sockets
Ulf Magnusson 975de21858 kconfig: Global whitespace/consistency cleanup
Clean up space errors and use a consistent style throughout the Kconfig
files. This makes reading the Kconfig files more distraction-free, helps
with grepping, and encourages the same style getting copied around
everywhere (meaning another pass hopefully won't be needed).

Go for the most common style:

 - Indent properties with a single tab, including for choices.

   Properties on choices work exactly the same syntactically as
   properties on symbols, so not sure how the no-indentation thing
   happened.

 - Indent help texts with a tab followed by two spaces

 - Put a space between 'config' and the symbol name, not a tab. This
   also helps when grepping for definitions.

 - Do '# A comment' instead of '#A comment'

I tweaked Kconfiglib a bit to find most of the stuff.

Some help texts were reflowed to 79 columns with 'gq' in Vim as well,
though not all, because I was afraid I'd accidentally mess up
formatting.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-01 15:53:23 +01:00
..
CMakeLists.txt net: socks: Prefer setsockopt() API instead of legacy proxy api 2019-10-25 13:56:01 +03:00
getaddrinfo.c kernel: Port remaining buildable syscalls to new API 2019-09-12 11:31:50 +08:00
getnameinfo.c net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
Kconfig kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
socket_offload.c net: sockets: Remove TI conditional from offloaded fcntl implementation 2019-05-30 18:41:31 -04:00
sockets_can.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
sockets_internal.h net: sockets: Store socket private data into its own variable 2019-09-18 23:47:36 +03:00
sockets_misc.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
sockets_net_mgmt.c net: socket_mgmt: Fix for coverity CID 203397 2019-08-19 16:27:23 +02:00
sockets_packet.c net: socket: Set default protocol if proto == 0 2019-09-12 11:22:45 +03:00
sockets_select.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
sockets_tls.c Revert "net: tls: Set accepting socket to LISTENING state" 2019-10-28 13:58:59 +02:00
sockets.c net: tcp: Handle special case where accepted socket is closed 2019-10-28 13:58:59 +02:00