]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (6300): CodingStyle cleanup
authorTrent Piepho <xyzzy@speakeasy.org>
Mon, 8 Oct 2007 21:36:21 +0000 (18:36 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 03:03:20 +0000 (00:03 -0300)
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/videodev.c

index 0fbe8a1a91b3681812216edd62880585a2f66d07..8d8e517b344f1a46ec3b30db7a4cdad1d9334413 100644 (file)
@@ -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 */