diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-06-24 06:11:58 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-06-28 00:10:39 +0300 |
commit | b72585f1c2228630e5fc5bf1b8a1f68cdcd8a446 (patch) | |
tree | 9561f50e8b680e3dc51c6ae0ed94f699e54ba288 /scripts/clang-tools | |
parent | 429508c84d95811dd1300181dfe84743caff9a38 (diff) | |
download | linux-b72585f1c2228630e5fc5bf1b8a1f68cdcd8a446.tar.xz |
drm/amd/display: Use ARRAY_SIZE for array length
Use of macro ARRAY_SIZE to calculate array size minimizes
the redundant code and improves code reusability.
./drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c:164:45-46: WARNING: Use ARRAY_SIZE.
./drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c:183:47-48: WARNING: Use ARRAY_SIZE.
./drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c:237:45-46: WARNING: Use ARRAY_SIZE.
./drivers/gpu/drm/amd/display/modules/hdcp/hdcp_ddc.c:257:47-48: WARNING: Use ARRAY_SIZE.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9405
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/clang-tools')
0 files changed, 0 insertions, 0 deletions