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

Commit b5f87cf9 authored by Mikhail Boiko's avatar Mikhail Boiko Committed by Greg Kroah-Hartman
Browse files

staging: line6: Fix coding style problem



Fix style issue for eudyptula challenge

Signed-off-by: default avatarMikhail Boiko <mm.boiko@yandex.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 431cd0e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf, int fsize)
		   copy two separate chunks.
		 */
		int len;

		len = runtime->buffer_size - line6pcm->pos_in_done;

		if (len > 0) {