[PATCH 8/8] drivers/staging/line6/pcm.c: Removed trailing whitespace

From: Johannes Thumshirn
Date: Sat May 05 2012 - 10:33:30 EST


Removed a line of only whitespace

Signed-off-by: Johannes Thumshirn <morbidrsa@xxxxxxxxxxxxxx>
---
drivers/staging/line6/pcm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c
index 90d2d44..5e319e3 100644
--- a/drivers/staging/line6/pcm.c
+++ b/drivers/staging/line6/pcm.c
@@ -99,7 +99,7 @@ int line6_pcm_acquire(struct snd_line6_pcm *line6pcm, int channels)
unsigned long flags_new = flags_old | channels;
unsigned long flags_final = flags_old;
int err = 0;
-
+
line6pcm->prev_fbuf = NULL;

if (test_flags(flags_old, flags_new, LINE6_BITS_CAPTURE_BUFFER)) {
--
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/