zephyr/drivers/can
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
..
can_common.c cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
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 cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
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
CMakeLists.txt net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.loopback kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcp2515 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
socket_can_generic.h net: sockets: can: Close the socket cleanly 2019-06-18 17:58:00 +03:00