[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: fix call_kern.cocci warnings (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 25 10:28:27 UTC 2018
== Series Details ==
Series: drm: fix call_kern.cocci warnings (rev3)
URL : https://patchwork.freedesktop.org/series/51498/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
2fa016495d37 drm: fix call_kern.cocci warnings v3
-:58: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#58: FILE: drivers/gpu/drm/drm_syncobj.c:87:
+ BUG();
-:60: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#60: FILE: drivers/gpu/drm/drm_syncobj.c:89:
+}
+static const struct dma_fence_ops global_stub_fence_ops = {
total: 0 errors, 1 warnings, 1 checks, 109 lines checked
More information about the Intel-gfx
mailing list