[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: make some error capture functions static (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Oct 13 03:06:52 UTC 2023
== Series Details ==
Series: series starting with [1/3] drm/i915: make some error capture functions static (rev2)
URL : https://patchwork.freedesktop.org/series/124993/
State : warning
== Summary ==
Error: dim checkpatch failed
e2e0d9ee6ffa drm/i915: make some error capture functions static
dff6f9c490cb drm/i915: move gpu error debugfs to i915_gpu_error.c
f20d8e8f40f9 drm/i915: move gpu error sysfs to i915_gpu_error.c
-:44: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#44: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:2493:
+{
+
-:91: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUSR | S_IWUSR' are not preferred. Consider using octal permissions '0600'.
#91: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:2540:
+ .attr.mode = S_IRUSR | S_IWUSR,
total: 0 errors, 1 warnings, 1 checks, 226 lines checked
More information about the Intel-gfx
mailing list