[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [RESEND,1/3] drm/i915: make some error capture functions static

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 31 21:39:41 UTC 2023


== Series Details ==

Series: series starting with [RESEND,1/3] drm/i915: make some error capture functions static
URL   : https://patchwork.freedesktop.org/series/125807/
State : warning

== Summary ==

Error: dim checkpatch failed
9c2c260c4542 drm/i915: make some error capture functions static
e5b90b7008be drm/i915: move gpu error debugfs to i915_gpu_error.c
2fbd13103289 drm/i915: move gpu error sysfs to i915_gpu_error.c
-:45: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#45: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:2496:
+{
+

-:92: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUSR | S_IWUSR' are not preferred. Consider using octal permissions '0600'.
#92: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:2543:
+	.attr.mode = S_IRUSR | S_IWUSR,

total: 0 errors, 1 warnings, 1 checks, 226 lines checked




More information about the Intel-gfx mailing list