[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/adlp: Add workaround to disable CMTG clock gating
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 27 14:43:18 UTC 2021
== Series Details ==
Series: drm/i915/adlp: Add workaround to disable CMTG clock gating
URL : https://patchwork.freedesktop.org/series/93067/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
9cf8974d9e83 drm/i915/adlp: Add workaround to disable CMTG clock gating
-:34: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#34: FILE: drivers/gpu/drm/i915/display/intel_display.c:13203:
+ uint32_t val;
-:48: CHECK:SPACING: spaces preferred around that '&' (ctx:WxO)
#48: FILE: drivers/gpu/drm/i915/display/intel_display.c:13217:
+ drm_WARN_ON(&dev_priv->drm, val &~ DISABLE_DPT_CLK_GATING);
^
-:48: ERROR:SPACING: space prohibited after that '~' (ctx:OxW)
#48: FILE: drivers/gpu/drm/i915/display/intel_display.c:13217:
+ drm_WARN_ON(&dev_priv->drm, val &~ DISABLE_DPT_CLK_GATING);
^
total: 1 errors, 0 warnings, 2 checks, 33 lines checked
More information about the Intel-gfx
mailing list