drm/virtio: Add */ in block comments to separate line
This patch fixes the checkpatch.pl warning: virtgpu_ioctl.c:551: WARNING: Block comments use a trailing */ on a separate line ... Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/f0bd4104a7d26bf7561c3a2b4632041c5411f1f2.1519343668.git.rodrigosiqueiramelo@gmail.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:

committed by
Gerd Hoffmann

parent
9d492b6bec
commit
5d883850dc
@@ -383,7 +383,8 @@ retry:
|
||||
}
|
||||
|
||||
/* just create gem objects for userspace and long lived objects,
|
||||
just use dma_alloced pages for the queue objects? */
|
||||
* just use dma_alloced pages for the queue objects?
|
||||
*/
|
||||
|
||||
/* create a basic resource */
|
||||
void virtio_gpu_cmd_create_resource(struct virtio_gpu_device *vgdev,
|
||||
|
Reference in New Issue
Block a user