lib/igt_aux: s/swap/igt_swap/

It collides with the subtest naming convention glossary entry for swap.
Which makes the docbook xml stuff unhappy.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2015-02-07 12:37:48 +01:00
parent 3e9b4e37e6
commit 2eca38eab9
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ static void exchange_uint(void *array, unsigned i, unsigned j)
{
unsigned *i_arr = array;
swap(i_arr[i], i_arr[j]);
igt_swap(i_arr[i], i_arr[j]);
}
static void copy_tiles(unsigned *permutation)