V4L/DVB (4096): CinergyT2: whitespace cleanup
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 12 Jun 2006 16:40:37 +0000 (13:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:08 +0000 (02:05 -0300)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/cinergyT2/cinergyT2.c

index 8cfdad6..1b89536 100644 (file)
@@ -552,7 +552,7 @@ static unsigned int cinergyt2_poll (struct file *file, struct poll_table_struct
        poll_wait(file, &cinergyt2->poll_wq, wait);
 
        if (cinergyt2->pending_fe_events != 0)
-              mask |= (POLLIN | POLLRDNORM | POLLPRI);
+               mask |= (POLLIN | POLLRDNORM | POLLPRI);
 
        mutex_unlock(&cinergyt2->sem);