]> www.infradead.org Git - users/hch/misc.git/commitdiff
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)
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

index fe11fee3c78fd4160b152b8d398a779e72befb93..4c480ad2c05dc141f7775145de2b9783e8a9e509 100644 (file)
@@ -637,8 +637,8 @@ static inline void handle_interrupt(struct i2sbus_dev *i2sdev, int in)
                                if (!(status & ACTIVE) && (!in || (status & 0x80)))
                                        break;
                                if (--timeout <= 0) {
-                                       printk(KERN_ERR "i2sbus: timed out "
-                                              "waiting for DMA to stop!\n");
+                                       printk(KERN_ERR
+                                              "i2sbus: timed out waiting for DMA to stop!\n");
                                        break;
                                }
                                udelay(1);