diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2020-11-19 02:08:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-20 10:44:41 +0100 |
commit | 7efb5f38ac9e9694128e03e949139c78b7829e01 (patch) | |
tree | b0a855d00e405d4d3c91e04242552802f5670ca5 /drivers/gpu/drm/virtio/virtgpu_drv.h | |
parent | drm/virtio: suffix create blob call with _ioctl like any ioctl (diff) | |
download | linux-7efb5f38ac9e9694128e03e949139c78b7829e01.tar.xz linux-7efb5f38ac9e9694128e03e949139c78b7829e01.zip |
drm/virtio: fix a file name comment reference
Easier to find where declarations are implemented.
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20201119010809.528-2-gurchetansingh@chromium.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/virtio/virtgpu_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.h b/drivers/gpu/drm/virtio/virtgpu_drv.h index 3c0e17212c33..c94052376d18 100644 --- a/drivers/gpu/drm/virtio/virtgpu_drv.h +++ b/drivers/gpu/drm/virtio/virtgpu_drv.h @@ -257,7 +257,7 @@ struct virtio_gpu_fpriv { struct mutex context_lock; }; -/* virtio_ioctl.c */ +/* virtgpu_ioctl.c */ #define DRM_VIRTIO_NUM_IOCTLS 11 extern struct drm_ioctl_desc virtio_gpu_ioctls[DRM_VIRTIO_NUM_IOCTLS]; void virtio_gpu_create_context(struct drm_device *dev, struct drm_file *file); |