From: Trent Piepho Date: Mon, 8 Oct 2007 21:36:21 +0000 (-0300) Subject: V4L/DVB (6300): CodingStyle cleanup X-Git-Tag: v2.6.24-rc1~1463^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bde00cc027879a39f249ffedb048032cb7e484e4;p=karo-tx-linux.git V4L/DVB (6300): CodingStyle cleanup Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c index 0fbe8a1a91b3..8d8e517b344f 100644 --- a/drivers/media/video/videodev.c +++ b/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 */