projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102abd8
)
V4L/DVB (6300): CodingStyle cleanup
author
Trent Piepho
<xyzzy@speakeasy.org>
Mon, 8 Oct 2007 21:36:21 +0000
(18:36 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/video/videodev.c
b/drivers/media/video/videodev.c
index 0fbe8a1a91b3681812216edd62880585a2f66d07..8d8e517b344f1a46ec3b30db7a4cdad1d9334413 100644
(file)
--- 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 */