summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-03-11 04:58:12 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 03:47:01 (GMT)
commit000f64efc7fe6693261a78a0164c0e805553631b (patch)
tree002cf81ecb243bfe35a24f89a053ba51b2f02bf9 /drivers/media/video/gspca
parent6721b51ece65967fe628007fee3e16479c07afd1 (diff)
downloadlinux-fsl-qoriq-000f64efc7fe6693261a78a0164c0e805553631b.tar.xz
V4L/DVB: Fix bad whitespacing
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca')
-rw-r--r--drivers/media/video/gspca/ov534.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index 8cd193d..dc1e4ef 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -709,7 +709,7 @@ static void setexposure(struct gspca_dev *gspca_dev)
/* 'val' is one byte and represents half of the exposure value we are
* going to set into registers, a two bytes value:
- *
+ *
* MSB: ((u16) val << 1) >> 8 == val >> 7
* LSB: ((u16) val << 1) & 0xff == val << 1
*/