Re: [PATCH 1/5] drm/virtio: suffix create blob call with _ioctl like any ioctl

2020-11-20 Thread Gerd Hoffmann
On Wed, Nov 18, 2020 at 05:08:05PM -0800, Gurchetan Singh wrote: > From: Anthoine Bourgeois > > For coherency, all ioctls are suffixed > > Signed-off-by: Anthoine Bourgeois All pushed to drm-misc-next. thanks, Gerd ___ dri-devel mailing list dri-

[PATCH 1/5] drm/virtio: suffix create blob call with _ioctl like any ioctl

2020-11-18 Thread Gurchetan Singh
From: Anthoine Bourgeois For coherency, all ioctls are suffixed Signed-off-by: Anthoine Bourgeois --- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_ioctl.c b/drivers/gpu/drm/virtio/virtgpu_ioctl