Commit a2b9e3e7 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab

V4L/DVB (4490): Whitespace cleanup

from whitespace cleaning script
Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 18795eb9
...@@ -2434,8 +2434,8 @@ static int bttv_do_ioctl(struct inode *inode, struct file *file, ...@@ -2434,8 +2434,8 @@ static int bttv_do_ioctl(struct inode *inode, struct file *file,
else { else {
if (fbuf->width) if (fbuf->width)
fbuf->depth = ((fbuf->bytesperline<<3) fbuf->depth = ((fbuf->bytesperline<<3)
+ (fbuf->width-1) ) + (fbuf->width-1) )
/fbuf->width; /fbuf->width;
else else
fbuf->depth = 0; fbuf->depth = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment