summaryrefslogtreecommitdiff
path: root/tests/kmstest
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2015-02-27 11:43:44 -0500
committerJan Vesely <jan.vesely@rutgers.edu>2015-03-15 14:17:02 -0400
commitd729d75f8449c6968f988d8b93ec33a1ba5a2c38 (patch)
tree2a72c6c69584a85c6ed46ac7032296f69dbea715 /tests/kmstest
parent0706c14e7cc5f1d996bb1c3c526f877c4f8fc215 (diff)
Add static qualifier to local functions
v2: Don't bother marking dead functions static (handler, xf86VDrvMsgVerb, drmSetDebugMsgFunction) Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/kmstest')
-rw-r--r--tests/kmstest/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c
index 59e6113e..1d4c63ef 100644
--- a/tests/kmstest/main.c
+++ b/tests/kmstest/main.c
@@ -37,7 +37,7 @@
return ret; \
}
-int test_bo(struct kms_driver *kms)
+static int test_bo(struct kms_driver *kms)
{
struct kms_bo *bo;
int ret;