소스 검색

V4L/DVB (4096): CinergyT2: whitespace cleanup

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Michael Krufky 19 년 전
부모
커밋
fd174c6725
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/media/dvb/cinergyT2/cinergyT2.c

+ 1 - 1
drivers/media/dvb/cinergyT2/cinergyT2.c

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