ソースを参照

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>
Trent Piepho 19 年 前
コミット
a2b9e3e74a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      drivers/media/video/bt8xx/bttv-driver.c

+ 2 - 2
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;
 		}