[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 22 16:28:22 UTC 2021
== Series Details ==
Series: drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.
URL : https://patchwork.freedesktop.org/series/98306/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
dfcddd530d5e drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.
-:37: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#37: FILE: drivers/gpu/drm/i915/gem/i915_gem_object.c:337:
+ queue_delayed_work(i915->wq, &i915->mm.free_work, msecs_to_jiffies(10));
total: 0 errors, 1 warnings, 0 checks, 54 lines checked
More information about the Intel-gfx
mailing list