summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ov511.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-20 00:30:57 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-20 00:30:57 -0300
commit6a148432b8af513981b96fef00deeda1f7c52171 (patch)
tree7ef27ec3759b889dda988a3adbfa5a6a8771a0b9 /linux/drivers/media/video/ov511.c
parent5da0337a0500257e93259472d26bca4ca9a6be9a (diff)
downloadmediapointer-dvb-s2-6a148432b8af513981b96fef00deeda1f7c52171.tar.gz
mediapointer-dvb-s2-6a148432b8af513981b96fef00deeda1f7c52171.tar.bz2
Whitespace cleanups
From: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/ov511.c')
-rw-r--r--linux/drivers/media/video/ov511.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/ov511.c b/linux/drivers/media/video/ov511.c
index 564a88293..5d2899c80 100644
--- a/linux/drivers/media/video/ov511.c
+++ b/linux/drivers/media/video/ov511.c
@@ -3239,7 +3239,7 @@ ov511_move_data(struct usb_ov511 *ov, unsigned char *in, int n)
RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw);
if (frame->scanstate == STATE_LINES) {
- int nextf;
+ int nextf;
frame->grabstate = FRAME_DONE;
wake_up_interruptible(&frame->wq);
@@ -3405,7 +3405,7 @@ eof:
RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw);
if (frame->scanstate == STATE_LINES) {
- int nextf;
+ int nextf;
frame->grabstate = FRAME_DONE;
wake_up_interruptible(&frame->wq);