[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix bug in user proto-context creation that leaked contexts
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 22 21:21:45 UTC 2021
== Series Details ==
Series: drm/i915: Fix bug in user proto-context creation that leaked contexts
URL : https://patchwork.freedesktop.org/series/94962/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
fa5831f0711b drm/i915: Fix bug in user proto-context creation that leaked contexts
-:30: WARNING:BRACES: braces {} are not necessary for single statement blocks
#30: FILE: drivers/gpu/drm/i915/gem/i915_gem_context.c:901:
+ if (!e) {
+ return ERR_PTR(-ENOMEM);
+ }
total: 0 errors, 1 warnings, 0 checks, 18 lines checked
More information about the Intel-gfx
mailing list