refactor: correct naming of enum class constants 11/n

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-19 10:42:58 +00:00
committed by Compute-Runtime-Automation
parent 88534f1f3c
commit 138fb65401
62 changed files with 378 additions and 378 deletions

View File

@@ -110,7 +110,7 @@ class DrmMockCustom : public Drm {
uint64_t address = 0u;
uint64_t value = 0u;
uint32_t ctxId = 0u;
ValueWidth dataWidth = ValueWidth::U8;
ValueWidth dataWidth = ValueWidth::u8;
int64_t timeout = 0;
uint16_t flags = 0;