Skip to content

Commit

Permalink
Update amdgpu_plugin_topology.c
Browse files Browse the repository at this point in the history
Fix the typo
  • Loading branch information
rerrabolu authored Nov 6, 2023
1 parent 272b127 commit ff42a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/amdgpu/amdgpu_plugin_topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,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, "
Expand Down

0 comments on commit ff42a4f

Please sign in to comment.