== Series Details ==
Series: drm/i915: zero fill vma name buffer
URL : https://patchwork.freedesktop.org/series/94708/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
3215090a38c8 drm/i915: zero fill vma name buffer
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description
(prefer a maximum 75 chars per line)
#11:
4. fixed_size_dest: You might overrun the 16-character fixed-size string c->name
-:61: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#61: FILE: drivers/gpu/drm/i915/i915_gpu_error.c:1347:
+ strncpy(c->name, name, VMA_NAME_LEN-1);
^
total: 0 errors, 1 warnings, 1 checks, 28 lines checked