ci: fix new codespell errors

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2023-04-24 13:53:41 +00:00 committed by Andrei Vagin
parent 727d796505
commit df7b897a22
21 changed files with 22 additions and 22 deletions

View file

@ -263,7 +263,7 @@ ROCm | Radeon Open Compute Platform
Thunk | User-mode API interface to interact with amdgpu.ko
KFD | AMD Kernel Fusion Driver
Mesa | Open source OpenGL implementation
GTT | Graphis Translation Table, also used to denote kernel-managed system memory for GPU access
GTT | Graphics Translation Table, also used to denote kernel-managed system memory for GPU access
VRAM | Video RAM
BO | Buffer Object
HMM | Heterogeneous Memory Management

View file

@ -1241,7 +1241,7 @@ static bool map_devices(struct tp_system *src_sys, struct tp_system *dest_sys, s
return true;
} else {
/* We could not map remaining nodes in the list. Add dest node back
* to list and try to map next dest ndoe in list to current src
* to list and try to map next dest node in list to current src
* node.
*/
pr_debug("Nodes after [0x%04X -> 0x%04X] did not match, "