== Series Details == Series: Expose crtc dither state and connector max bpc via debugfs (rev2) URL : https://patchwork.freedesktop.org/series/79664/ State : warning == Summary == $ dim checkpatch origin/drm-tip 525ee1f3c796 i915/debug: Expose crtc dither state via debugfs -:45: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. #45: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1674: + debugfs_create_file("dither", S_IRUGO, crtc->debugfs_entry, crtc, -:46: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #46: 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 7d1f9ca422bf i915/debug: Expose Max BPC info via debugfs -:46: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'. #46: FILE: drivers/gpu/drm/i915/display/intel_display_debugfs.c:2252: + debugfs_create_file("output_bpc", S_IRUGO, root, -:47: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #47: 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx