[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: introduce INTEL_DISPLAY_ENABLED() (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 13 13:42:36 UTC 2019


== Series Details ==

Series: drm/i915: introduce INTEL_DISPLAY_ENABLED() (rev2)
URL   : https://patchwork.freedesktop.org/series/66610/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
63b6a8f6a4d6 drm/i915: introduce INTEL_DISPLAY_ENABLED()
-:142: WARNING:LONG_LINE: line over 100 characters
#142: FILE: drivers/gpu/drm/i915/i915_drv.h:2196:
+#define INTEL_DISPLAY_ENABLED(dev_priv) (WARN_ON(!HAS_DISPLAY(dev_priv)), !i915_modparams.disable_display)

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



More information about the Intel-gfx mailing list