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:
Mauro Carvalho Chehab
2018-01-04 06:47:28 -05:00
parent 589266bdbf
commit 4a3fad709b
69 changed files with 185 additions and 185 deletions

View File

@@ -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;
}