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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| hwinfo_esp32.c | ||
| hwinfo_handlers.c | ||
| hwinfo_imxrt.c | ||
| hwinfo_litex.c | ||
| hwinfo_mcux_sim.c | ||
| hwinfo_nrf.c | ||
| hwinfo_sam0.c | ||
| hwinfo_sam.c | ||
| hwinfo_shell.c | ||
| hwinfo_stm32.c | ||
| hwinfo_weak_impl.c | ||
| Kconfig | ||