[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/psr: Split sink status into a separate debugfs node
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 5 00:37:17 UTC 2018
== Series Details ==
Series: drm/i915/psr: Split sink status into a separate debugfs node
URL : https://patchwork.freedesktop.org/series/45952/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
687e1ec30b27 drm/i915/psr: Split sink status into a separate debugfs node
-:115: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
#115: FILE: drivers/gpu/drm/i915/i915_debugfs.c:4983:
+ debugfs_create_file("i915_psr_sink_status", S_IRUGO, root,
-:116: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#116: FILE: drivers/gpu/drm/i915/i915_debugfs.c:4984:
+ debugfs_create_file("i915_psr_sink_status", S_IRUGO, root,
+ connector, &i915_psr_sink_status_fops);
total: 0 errors, 1 warnings, 1 checks, 95 lines checked
More information about the Intel-gfx
mailing list