diff options
Diffstat (limited to 'drivers/gpu/drm/drm_ioctl.c')
-rw-r--r-- | drivers/gpu/drm/drm_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 9441a36a2469..bd810454d239 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c | |||
@@ -736,7 +736,7 @@ static const struct drm_ioctl_desc drm_ioctls[] = { | |||
736 | * }; | 736 | * }; |
737 | * | 737 | * |
738 | * Please make sure that you follow all the best practices from | 738 | * Please make sure that you follow all the best practices from |
739 | * ``Documentation/ioctl/botching-up-ioctls.txt``. Note that drm_ioctl() | 739 | * ``Documentation/ioctl/botching-up-ioctls.rst``. Note that drm_ioctl() |
740 | * automatically zero-extends structures, hence make sure you can add more stuff | 740 | * automatically zero-extends structures, hence make sure you can add more stuff |
741 | * at the end, i.e. don't put a variable sized array there. | 741 | * at the end, i.e. don't put a variable sized array there. |
742 | * | 742 | * |