summaryrefslogtreecommitdiff
path: root/lib/include/nvif
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/nvif')
-rw-r--r--lib/include/nvif/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/nvif/os.h b/lib/include/nvif/os.h
index 30f03cc9e..c81fad685 100644
--- a/lib/include/nvif/os.h
+++ b/lib/include/nvif/os.h
@@ -545,7 +545,7 @@ struct lock_class_key {
};
#define __mutex_init(a,b,c) do { \
- struct lock_class_key *_key = (c); (void)_key; \
+ struct lock_class_key *__key = (c); (void)__key; \
pthread_mutex_init(&(a)->mutex, NULL); \
} while(0)