soundwire: stream: add missing const to Documentation
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 17 Jan 2024 16:06:39 +0000 (17:06 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 22 Jan 2024 08:27:09 +0000 (13:57 +0530)
commit0707496ff4e416ea08c90053fd5fde5811b11b22
tree0cdc4db1a953ae3289a56e6fb98161c4beae50a3
parent6613476e225e090cc9aad49be7fa504e290dd33d
soundwire: stream: add missing const to Documentation

Commit 21f4c443731f ("soundwire: stream: constify sdw_port_config when
adding devices") added const to sdw_port_config argument, but forgot
documentation.

Fixes: 21f4c443731f ("soundwire: stream: constify sdw_port_config when adding devices")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240117160639.1327266-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/driver-api/soundwire/stream.rst