diff options
Diffstat (limited to 'linux-core/drm_context.c')
-rw-r--r-- | linux-core/drm_context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/drm_context.c b/linux-core/drm_context.c index e1cb95c6..b99c9947 100644 --- a/linux-core/drm_context.c +++ b/linux-core/drm_context.c @@ -1,5 +1,5 @@ /** -* \file drm_context.h + * \file drm_context.h * IOCTLs for generic contexts * * \author Rickard E. (Rik) Faith <faith@valinux.com> @@ -573,5 +573,6 @@ int DRM(rmctx)( struct inode *inode, struct file *filp, return 0; } + /*@}*/ |