drm/qxl: Add line after variable declarations
Add whiteline after variable declarations to remove the checkpath.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/a1d44c4a30f9b52d0aa7113e4e5093e843f9913b.1540579956.git.shayenneluzmoura@gmail.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:

committed by
Gerd Hoffmann

parent
6ed00154cb
commit
408799eb4a
@@ -335,6 +335,7 @@ void qxl_bo_fini(struct qxl_device *qdev)
|
||||
int qxl_bo_check_id(struct qxl_device *qdev, struct qxl_bo *bo)
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (bo->type == QXL_GEM_DOMAIN_SURFACE && bo->surface_id == 0) {
|
||||
/* allocate a surface id for this surface now */
|
||||
ret = qxl_surface_id_alloc(qdev, bo);
|
||||
|
Reference in New Issue
Block a user