Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bde00cc027879a39f249ffedb048032cb7e484e4
Commit:     bde00cc027879a39f249ffedb048032cb7e484e4
Parent:     102abd826a20307c5a0d23f49b8a3b5d98bddf94
Author:     Trent Piepho <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 8 18:36:21 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 00:03:20 2007 -0300

    V4L/DVB (6300): CodingStyle cleanup
    
    Signed-off-by: Trent Piepho <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to