== Series Details == Series: drm/i915/gvt: Deliver guest cursor hotspot info (rev2) URL : https://patchwork.freedesktop.org/series/41727/ State : warning == Summary == $ dim checkpatch origin/drm-tip a117fc1be218 drm/i915/gvt: Deliver guest cursor hotspot info -:36: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'c->x_hot <= c->width' #36: FILE: drivers/gpu/drm/i915/gvt/dmabuf.c:197: + if (c && (c->x_hot <= c->width) && (c->y_hot <= c->height)) -:36: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'c->y_hot <= c->height' #36: FILE: drivers/gpu/drm/i915/gvt/dmabuf.c:197: + if (c && (c->x_hot <= c->width) && (c->y_hot <= c->height)) total: 0 errors, 0 warnings, 2 checks, 79 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx