[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose crtc dither state and connector max bpc via debugfs (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Sun Jul 26 05:17:00 UTC 2020
== Series Details ==
Series: Expose crtc dither state and connector max bpc via debugfs (rev3)
URL : https://patchwork.freedesktop.org/series/79664/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
232926bcfcea i915/debug: Expose crtc dither state via debugfs
-:46: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
#46: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1674:
+ debugfs_create_file("dither", S_IRUGO, crtc->debugfs_entry, crtc,
-:47: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#47: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1675:
+ debugfs_create_file("dither", S_IRUGO, crtc->debugfs_entry, crtc,
+ &dither_state_fops);
total: 0 errors, 1 warnings, 1 checks, 30 lines checked
051cfceeae4d i915/debug: Expose Max BPC info via debugfs
-:47: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
#47: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:2252:
+ debugfs_create_file("output_bpc", S_IRUGO, root,
-:48: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#48: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:2253:
+ debugfs_create_file("output_bpc", S_IRUGO, root,
+ connector, &output_bpc_fops);
total: 0 errors, 1 warnings, 1 checks, 28 lines checked
More information about the Intel-gfx
mailing list