== Series Details ==
Series: Add uAPI to query microcontroller fw version
URL : https://patchwork.freedesktop.org/series/124592/
State : warning
== Summary ==
Error: dim checkpatch failed
5205a07029c0 Add uAPI to query microcontroller fw version
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line
(possible unwrapped commit description?)
#10:
async compute engines feature in DG2 and newer. A new GuC firmware fixed the
issue but
-:66: CHECK:BRACES: braces {} should be used on all arms of this statement
#66: FILE: drivers/gpu/drm/i915/i915_query.c:563:
+ if (ret == size) {
[...]
+ } else if (ret != 0)
[...]
-:134: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each
line
#134: FILE: include/uapi/drm/i915_drm.h:3219:
+/**
+* struct drm_i915_query_uc_fw_version - query a micro-controller firmware
version
total: 0 errors, 2 warnings, 1 checks, 104 lines checked