[PATCH v3] ASoC: doc: Fix bracket
From: Manuel Ebner
Date: Wed Sep 16 2026 - 07:49:48 EST
Remove needless '{'.
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
[v3]
- removed the change of the placeholder
[v2]
https://lore.kernel.org/all/20260904120737.758809-2-manuelebnerli@xxxxxxxxxxx/
- rearrange lines in diff
- fix commit message
[v1]
https://lore.kernel.org/all/20260902150510.706055-2-manuelebnerli@xxxxxxxxxxx/
---
Documentation/sound/soc/dpcm.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/sound/soc/dpcm.rst b/Documentation/sound/soc/dpcm.rst
index 7b6aeab3c..3ff13fa4c 100644
--- a/Documentation/sound/soc/dpcm.rst
+++ b/Documentation/sound/soc/dpcm.rst
@@ -358,7 +358,6 @@ The machine driver sets some additional parameters to the DAI link i.e.
static struct snd_soc_dai_link dais[] = {
< ... more DAI links above ... >
- {
.name = "MODEM",
.stream_name = "MODEM",
.cpu_dai_name = "dai2",
--
2.55.0