浏览代码

V4L/DVB (6300): CodingStyle cleanup

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Trent Piepho 17 年之前
父节点
当前提交
bde00cc027
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/media/video/videodev.c

+ 2 - 1
drivers/media/video/videodev.c

@@ -77,7 +77,8 @@ void video_device_release(struct video_device *vfd)
 
 static void video_release(struct device *cd)
 {
-	struct video_device *vfd = container_of(cd, struct video_device, class_dev);
+	struct video_device *vfd = container_of(cd, struct video_device,
+								class_dev);
 
 #if 1
 	/* needed until all drivers are fixed */