== Series Details ==

Series: drm/i915: Pass down rc in intel_encoder->compute_config() (rev2)
URL   : https://patchwork.freedesktop.org/series/55203/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
1238102f7caa drm/i915: Pass down rc in intel_encoder->compute_config()
-:26: WARNING:TYPO_SPELLING: 'Propogate' may be misspelled - perhaps 
'Propagate'?
#26: 
* Propogate return code from intel_dp_compute_dsc_params()

-:467: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct 
intel_encoder *' should also have an identifier name
#467: FILE: drivers/gpu/drm/i915/intel_drv.h:228:
+       int (*compute_config)(struct intel_encoder *,

-:467: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct 
intel_crtc_state *' should also have an identifier name
#467: FILE: drivers/gpu/drm/i915/intel_drv.h:228:
+       int (*compute_config)(struct intel_encoder *,

-:467: WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct 
drm_connector_state *' should also have an identifier name
#467: FILE: drivers/gpu/drm/i915/intel_drv.h:228:
+       int (*compute_config)(struct intel_encoder *,

total: 0 errors, 4 warnings, 0 checks, 622 lines checked

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to