From: Trent Piepho Date: Mon, 7 Aug 2006 23:01:01 +0000 (-0300) Subject: V4L/DVB (4490): Whitespace cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf;p=mv-sheeva.git V4L/DVB (4490): Whitespace cleanup from whitespace cleaning script Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index 3d7b97c661b..b2a0723af65 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; }