mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix clang-tidy issues
Change-Id: I18f6880f84524eb3ea704045dde1293d1a623f5d Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
bbc2e68c92
commit
ac0edb9a5d
@ -92,7 +92,7 @@ struct CmdParse : public T {
|
||||
static size_t getCommandLengthHwSpecific(void *cmd);
|
||||
static size_t getAdditionalCommandLength(void *cmd);
|
||||
|
||||
static bool parseCommandBuffer(GenCmdList &_cmds, void *_buffer, size_t _length);
|
||||
static bool parseCommandBuffer(GenCmdList &cmds, void *buffer, size_t length);
|
||||
|
||||
template <typename CmdType>
|
||||
static void validateCommand(GenCmdList::iterator itorBegin, GenCmdList::iterator itorEnd);
|
||||
|
Reference in New Issue
Block a user