zephyr/drivers/can
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: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
Kconfig.loopback can: loopback: kconfig: Remove unused CAN_LOOPBACK_FRAME_BUF_SIZE sym 2019-10-21 15:28:26 -05:00
Kconfig.mcp2515 drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
Kconfig.mcux drivers: can: flexcan: limit number of concurrent rx filters on k6x soc 2019-09-16 15:36:37 -05:00
Kconfig.net kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.stm32
can_common.c
can_handlers.c drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
can_loopback.c drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
can_loopback.h
can_mcp2515.c drivers: CAN: MCP2515: Add and use Read RX Buffer instruction 2019-10-25 15:20:32 +03:00
can_mcp2515.h drivers: CAN: MCP2515: Add and use Read RX Buffer instruction 2019-10-25 15:20:32 +03:00
can_mcux_flexcan.c drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
can_net.c net: l2: canbus: Add support for canbus Ethernet translator 2019-08-08 13:25:01 +03:00
can_shell.c drivers: can: Add CAN shell 2019-07-29 10:27:54 +03:00
can_stm32.c drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
can_stm32.h drivers: can: Extend CAN API for bus-state management. 2019-10-24 12:28:01 +03:00
socket_can_generic.h