Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: line6/pcm.c: Removed trailing whitespace

Removed a line of only whitespace

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Johannes Thumshirn and committed by
Greg Kroah-Hartman
82a74d4a bc8fa144

+1 -1
+1 -1
drivers/staging/line6/pcm.c
··· 99 99 unsigned long flags_new = flags_old | channels; 100 100 unsigned long flags_final = flags_old; 101 101 int err = 0; 102 - 102 + 103 103 line6pcm->prev_fbuf = NULL; 104 104 105 105 if (test_flags(flags_old, flags_new, LINE6_BITS_CAPTURE_BUFFER)) {