[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev4)

Patchwork patchwork at emeril.freedesktop.org
Thu Dec 6 01:56:17 UTC 2018


== Series Details ==

Series: drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev4)
URL   : https://patchwork.freedesktop.org/series/53449/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
00393ec00edf drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
-:171: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
#171: FILE: drivers/gpu/drm/i915/i915_debugfs.c:5230:
+		debugfs_create_file("i915_dsc_fec_support", S_IRUGO, root,

-:200: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#200: FILE: drivers/gpu/drm/i915/intel_drv.h:1214:
+	bool force_dsc_en;

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



More information about the Intel-gfx mailing list