aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-08-07 20:01:01 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 12:30:31 -0300
commita2b9e3e74a8edbc4a9d266cc54cd30266215fbdf (patch)
tree6cee334481851e5b018573ffffdfb0ed39b842e0 /drivers/media/video/bt8xx
parentV4L/DVB (4488): Fix possible crash in Hauppauge eeprom reading (diff)
downloadlinux-dev-a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf.tar.xz
linux-dev-a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf.zip
V4L/DVB (4490): Whitespace cleanup
from whitespace cleaning script Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index 3d7b97c661b9..b2a0723af657 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -2434,8 +2434,8 @@ static int bttv_do_ioctl(struct inode *inode, struct file *file,
else {
if (fbuf->width)
fbuf->depth = ((fbuf->bytesperline<<3)
- + (fbuf->width-1) )
- /fbuf->width;
+ + (fbuf->width-1) )
+ /fbuf->width;
else
fbuf->depth = 0;
}