[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Wrap all access to i915_vma.node.start|size
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 12 10:58:34 UTC 2021
== Series Details ==
Series: series starting with [1/3] drm/i915: Wrap all access to i915_vma.node.start|size
URL : https://patchwork.freedesktop.org/series/87013/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
fbe6f8e9939d drm/i915: Wrap all access to i915_vma.node.start|size
-:720: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#720: FILE: drivers/gpu/drm/i915/i915_vma.h:115:
+ GEM_BUG_ON(!drm_mm_node_allocated(&vma->node));$
-:721: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#721: FILE: drivers/gpu/drm/i915/i915_vma.h:116:
+ return vma->node.size;$
-:726: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#726: FILE: drivers/gpu/drm/i915/i915_vma.h:121:
+ GEM_BUG_ON(!drm_mm_node_allocated(&vma->node));$
-:727: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#727: FILE: drivers/gpu/drm/i915/i915_vma.h:122:
+ return vma->node.start;$
total: 0 errors, 4 warnings, 0 checks, 649 lines checked
14325abd66e0 drm/i915: Introduce guard pages to i915_vma
eb0c0d8b37f3 drm/i915: Refine VT-d scanout workaround
More information about the Intel-gfx
mailing list