== Series Details == Series: drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation URL : https://patchwork.freedesktop.org/series/145209/ State : warning == Summary == Error: dim checkpatch failed 1e9add002d68 drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation -:25: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'vdsc_cfg->dsc_version_minor >= 2' #25: FILE: drivers/gpu/drm/i915/display/intel_vdsc.c:323: + if ((DISPLAY_VER(dev_priv) >= 14) && (vdsc_cfg->dsc_version_minor >= 2)) { total: 0 errors, 0 warnings, 1 checks, 8 lines checked