[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtual
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 23 17:02:08 UTC 2022
== Series Details ==
Series: drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtual
URL : https://patchwork.freedesktop.org/series/108972/
State : warning
== Summary ==
Error: dim checkpatch failed
09fac79aedc6 drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtual
-:122: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#122: FILE: drivers/gpu/drm/i915/gem/i915_gem_ttm.c:1136:
+
+ }
-:148: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#148: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:74:
+ gt->lmem_userfault_lock = drmm_kzalloc(&i915->drm, sizeof(*gt->lmem_userfault_lock), GFP_KERNEL);
-:160: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#160: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:821:
+ sizeof(*gt->lmem_userfault_lock), GFP_KERNEL);
-:176: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#176: FILE: drivers/gpu/drm/i915/gt/intel_gt_types.h:156:
+ spinlock_t *lmem_userfault_lock;
total: 0 errors, 2 warnings, 2 checks, 132 lines checked
More information about the Intel-gfx
mailing list