media: fix usage of whitespaces and on indentation
On several places, whitespaces are being used for indentation, or even at the end of the line. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -633,7 +633,7 @@ unsigned int cx18_v4l2_enc_poll(struct file *filp, poll_table *wait)
|
||||
|
||||
if (v4l2_event_pending(&id->fh))
|
||||
res |= POLLPRI;
|
||||
if (eof && videobuf_poll == POLLERR)
|
||||
if (eof && videobuf_poll == POLLERR)
|
||||
return res | POLLHUP;
|
||||
return res | videobuf_poll;
|
||||
}
|
||||
|
Reference in New Issue
Block a user