diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-10-08 21:36:21 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 03:03:20 (GMT) |
commit | bde00cc027879a39f249ffedb048032cb7e484e4 (patch) | |
tree | c603d0c79911cd65c41f9c9df2f0977ad92c695d /drivers | |
parent | 102abd826a20307c5a0d23f49b8a3b5d98bddf94 (diff) | |
download | linux-fsl-qoriq-bde00cc027879a39f249ffedb048032cb7e484e4.tar.xz |
V4L/DVB (6300): CodingStyle cleanup
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/videodev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c index 0fbe8a1..8d8e517 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 */ |