From 2eca38eab9ccb4bc41ceda4992614ffb311ce4f7 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 7 Feb 2015 12:37:48 +0100 Subject: 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 --- tests/eviction_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/eviction_common.c') diff --git a/tests/eviction_common.c b/tests/eviction_common.c index 4a12dcbc..b18c2a73 100644 --- a/tests/eviction_common.c +++ b/tests/eviction_common.c @@ -55,7 +55,7 @@ static void exchange_uint32_t(void *array, unsigned i, unsigned j) { uint32_t *i_arr = array; - swap(i_arr[i], i_arr[j]); + igt_swap(i_arr[i], i_arr[j]); } static int minor_evictions(int fd, struct igt_eviction_test_ops *ops, -- cgit v1.2.3