On Fri, Sep 04, 2026 at 02:07:37PM +0200, Manuel Ebner wrote: > Change wording to make sense. > 'above' -> 'here' in placeholder which already is above the code block. > I guess the line is to show that there are more DAI links _above_ the code > block. But it's already above, thus change 'above' -> 'here' > Let me know if I misunderstood. > static struct snd_soc_dai_link dais[] = { > - < ... more DAI links above ... > > - { > + < ... more DAI links here ... > > .name = "MODEM", You've moved the bit saying more links into the definition of the link element that's show where you obviously can't have more links since it's a single element in the array. Again, I'm confused what you think the issue is here.