From 9db5bfb97045644d70778265e3eb1ed66d3b6f0b Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 29 Jan 2021 07:43:49 -0800 Subject: [PATCH] correct domain ID name --- doc/make_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_constants.py b/doc/make_constants.py index 00162371..7742327a 100644 --- a/doc/make_constants.py +++ b/doc/make_constants.py @@ -112,7 +112,7 @@ const_ext_lookup = { "ATTRIBUTE_ASYNC_ENGINE_COUNT_NV": nv_devattr, "PCI_BUS_ID_NV": nv_devattr, "PCI_BUS_SLOT_NV": nv_devattr, - "PCI_BUS_DOMAIN_NV": nv_devattr, + "PCI_DOMAIN_ID_NV": nv_devattr, "DOUBLE_FP_CONFIG": ("cl_khr_fp64", "2011.1"), -- GitLab