zephyr/drivers/ethernet
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 cmake: Cleanup ethernet include directory handling 2019-10-01 18:05:58 -04:00
Kconfig drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
Kconfig.e1000
Kconfig.enc28j60 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.enc424j600 drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
Kconfig.liteeth
Kconfig.mcux kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.native_posix kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
eth_e1000.c
eth_e1000_priv.h
eth_enc28j60.c drivers: eth: initialize ethernet stack in enc424j600 and enc28j60 2019-10-21 14:01:52 +03:00
eth_enc28j60_priv.h
eth_enc424j600.c drivers: eth: initialize ethernet stack in enc424j600 and enc28j60 2019-10-21 14:01:52 +03:00
eth_enc424j600_priv.h drivers: eth: add driver for ENC424J600 Ethernet Controller 2019-09-12 11:30:19 +03:00
eth_liteeth.c
eth_mcux.c drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_native_posix.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam_gmac.c drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_sam_gmac_priv.h drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
eth_smsc911x.c coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
eth_smsc911x_priv.h
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
eth_stm32_hal_priv.h drivers: ethernet: stm32, sam, mcux: correctly set LAA bit 2019-09-18 19:14:39 +03:00
phy_sam_gmac.c coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
phy_sam_gmac.h