Commit bde00cc0 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6300): CodingStyle cleanup

parent 102abd82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */