Re: [PATCH] spi: docs: Use the multi-lane mode constants in examples
From: David Lechner
Date: Thu Sep 10 2026 - 12:00:41 EST
On 9/9/26 10:32 PM, Karl Mehltretter wrote:
> The multi-lane documentation names SPI_MULTI_BUS_MODE_* constants,
> including in the transfer initializers. The interface introduced with
> the document uses SPI_MULTI_LANE_MODE_*, so the examples refer to
> undefined macros.
>
> Use the interface's constants in the descriptions and examples.
>
> Fixes: 05c3bd745bb0 ("spi: Documentation: add page on multi-lane support")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
> ---
Thanks!
Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>