== Series Details ==
Series: Expose crtc dither state and connector max bpc via debugfs (rev4)
URL : https://patchwork.freedesktop.org/series/79664/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
f05f2b52683b i915/debug: Expose crtc dither state via debugfs
-:47: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred.
Consider using octal permissions '0444'.
#47: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1674:
+ debugfs_create_file("dither", S_IRUGO, crtc->debugfs_entry,
crtc,
-:48: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#48: 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
0711a10a5a33 i915/debug: Expose Max BPC info via debugfs
-:48: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred.
Consider using octal permissions '0444'.
#48: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:2255:
+ debugfs_create_file("output_bpc", S_IRUGO, root,
-:49: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#49: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:2256:
+ debugfs_create_file("output_bpc", S_IRUGO, root,
+ connector, &output_bpc_fops);
total: 0 errors, 1 warnings, 1 checks, 28 lines checked
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx