mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
docs: dt: submitting-patches: add commit subject prefix in reversed format
ASoC, media, regulators and SPI subsystems prefer commits starting with subsystem name (e.g. "spi: dt-bindings:"), so document this to avoid confusing contributors. Cc: Mark Brown <broonie@kernel.org> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20240108083750.16350-2-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
ed3648d264
commit
9c08be6405
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ I. For patch submitters
|
|||
|
||||
"dt-bindings: <binding dir>: ..."
|
||||
|
||||
Few subsystems, like ASoC, media, regulators and SPI, expect reverse order
|
||||
of the prefixes::
|
||||
|
||||
"<binding dir>: dt-bindings: ..."
|
||||
|
||||
The 80 characters of the subject are precious. It is recommended to not
|
||||
use "Documentation" or "doc" because that is implied. All bindings are
|
||||
docs. Repeating "binding" again should also be avoided.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue