]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: aoa: Don't split string across lines
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Sep 2025 11:09:17 +0000 (13:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Sep 2025 11:20:01 +0000 (13:20 +0200)
commit56100eed4f1dbe689b759064dd7d2d5b3604c80c
treeb35b6ef80a16dc389630b3cc8714361bb9c9579a
parent207cd1de01e398cd3d9a270bb78f8ca9388267d8
ALSA: aoa: Don't split string across lines

We shouldn't split a quoted string, as it worsens the grep-ability.
Put back to the single line, which also makes checkpatch.pl happier.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/aoa/soundbus/i2sbus/pcm.c