Commit: 856353b254da30741a12d8e2d1d3bce3c10c3de7
Parent: 6f041df23ecf263ad80e1f3f952cbd67183ec3e6
Author: Bastien Nocera <hadess@hadess.net>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-05-10 18:28:44
Tree: bfb77e3d6698f58f4a41881e12078065ba59d5f3

shared/vcp: Fix copy/paste error Error: COPY_PASTE_ERROR (CWE-398): [#def97] [important] src/shared/vcp.c:2610:16: original: "aics->gain_stting_prop" looks like the original copy. src/shared/vcp.c:2625:16: copy_paste_error: "gain_stting_prop" in "aics->gain_stting_prop" looks like a copy-paste error. src/shared/vcp.c:2625:16: remediation: Should it say "aud_ip_type" instead? 2623| 2624| aics = vcp_get_aics(vcp); 2625|-> if (!aics || aics->gain_stting_prop) 2626| return; 2627|

Diffstat

M src/shared/vcp.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch