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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
18795eb98d
commit
a2b9e3e74a
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user