From 02df04d71d373f1f779ebfd5d383a704ebb397ee Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 25 Jul 2004 08:47:38 +0000 Subject: sync up with current 2.6 kernel bk tree - mostly __user annotations --- linux/drm_stub.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/drm_stub.h') diff --git a/linux/drm_stub.h b/linux/drm_stub.h index 0df5068c..7ab5e427 100644 --- a/linux/drm_stub.h +++ b/linux/drm_stub.h @@ -179,7 +179,7 @@ int DRM(stub_register)(const char *name, struct file_operations *fops, DRM_DEBUG("\n"); - /* if we are registering a second device we don't need to worry + /* if we are registering a second device we don't need to worry about inter module get/put and other things as they've been done already */ if (DRM(numdevs) == 0) { @@ -211,7 +211,7 @@ int DRM(stub_register)(const char *name, struct file_operations *fops, inter_module_register("drm", THIS_MODULE, &DRM(stub_info)); } } - else + else DRM_DEBUG("already retrieved inter_module information\n"); if (DRM(stub_info).info_register) { @@ -229,7 +229,7 @@ int DRM(stub_register)(const char *name, struct file_operations *fops, } return -1; } - + /** * Unregister. * -- cgit v1.2.3