diff options
author | Randy Dunlap <[email protected]> | 2024-02-15 21:16:37 -0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-19 13:21:58 +0000 |
commit | afd2a4ae296d5e8b13aefb056c1060ddf302a199 (patch) | |
tree | b700bd20e8132e4f640e4552439c5bcecea0788b | |
parent | 99769a52464d9f4c3b44bf903d08743cd53c49f6 (diff) |
spi: spi-summary.rst: fix underline length
The change to use "target" requires an underline to be extended by
one more character to fix a documentation build warning:
Documentation/spi/spi-summary.rst:274: WARNING: Title underline too short.
Declare target Devices
^^^^^^^^^^^^^^^^^^^^^
Fixes: hash ("spi: Update the "master/slave" terminology in documentation")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Dhruva Gole <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: [email protected]
Reviewed-by: Dhruva Gole <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/spi/spi-summary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/spi/spi-summary.rst b/Documentation/spi/spi-summary.rst index c8395cf7e4fc..546de37d6caf 100644 --- a/Documentation/spi/spi-summary.rst +++ b/Documentation/spi/spi-summary.rst @@ -271,7 +271,7 @@ an external clock, where another derives the SPI clock from current settings of some master clock. Declare target Devices -^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^ The second kind of information is a list of what SPI target devices exist on the target board, often with some board-specific data needed for the |