[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: make GEM_WARN_ON less terrible

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 19 19:18:04 UTC 2018


== Series Details ==

Series: drm/i915: make GEM_WARN_ON less terrible
URL   : https://patchwork.freedesktop.org/series/40215/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
09aaab021f8c drm/i915: make GEM_WARN_ON less terrible
-:32: ERROR:SPACING: space required after that ';' (ctx:VxV)
#32: FILE: drivers/gpu/drm/i915/i915_gem.h:47:
+#define GEM_WARN_ON(expr) ({BUILD_BUG_ON_INVALID(expr), 0;})
                                                          ^

total: 1 errors, 0 warnings, 0 checks, 8 lines checked



More information about the Intel-gfx mailing list