Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Ignore Coverity false positive

[Why&How]
Ignore Coverity false positive analysis in the dmub_cmd.h

Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Taimur Hassan and committed by
Alex Deucher
a8d5d907 e0dec00f

+1
+1
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
··· 2647 2647 2648 2648 union dmub_cmd_fams2_config { 2649 2649 struct dmub_cmd_fams2_global_config global; 2650 + // coverity[cert_dcl37_c_violation:FALSE] errno.h, stddef.h, stdint.h not included in atombios.h 2650 2651 struct dmub_fams2_stream_static_state stream; //v0 2651 2652 union { 2652 2653 struct dmub_fams2_cmd_stream_static_base_state base;