Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64619003 authored by Gulsah Kose's avatar Gulsah Kose Committed by Peter P Waskiewicz Jr
Browse files

staging: line6: Fix line over 80 characters



Fix checkpatch.pl issue with line over 80 characters in midi.c

Signed-off-by: default avatarGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent 432f8574
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ static void line6_midi_transmit(struct snd_rawmidi_substream *substream)
	}

	for (;;) {
		done = line6_midibuf_read(mb, chunk, LINE6_FALLBACK_MAXPACKETSIZE);
		done = line6_midibuf_read(mb, chunk,
					  LINE6_FALLBACK_MAXPACKETSIZE);

		if (done == 0)
			break;