From 46dcffc33e5323b6d1652df2f198527b83a56705 Mon Sep 17 00:00:00 2001 From: Ukri Niemimuukko Date: Tue, 28 Dec 2021 12:01:40 +0200 Subject: [PATCH] README typofix Label descriptions had extra underscores. Signed-off-by: Ukri Niemimuukko --- cmd/gpu_nfdhook/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/gpu_nfdhook/README.md b/cmd/gpu_nfdhook/README.md index 5fbee05f..30d532d6 100644 --- a/cmd/gpu_nfdhook/README.md +++ b/cmd/gpu_nfdhook/README.md @@ -46,8 +46,8 @@ name | type | description| |`gpu.intel.com/platform_gen`| string | GPU platform generation name, typically an integer. Deprecated. |`gpu.intel.com/media_version`| string | GPU platform Media pipeline generation name, typically a number. |`gpu.intel.com/graphics_version`| string | GPU platform graphics/compute pipeline generation name, typically a number. -|`gpu.intel.com/platform__.count`| number | GPU count for the named platform. -|`gpu.intel.com/platform__.tiles`| number | GPU tile count in the GPUs of the named platform. -|`gpu.intel.com/platform__.present`| string | "true" for indicating the presense of the GPU platform. +|`gpu.intel.com/platform_.count`| number | GPU count for the named platform. +|`gpu.intel.com/platform_.tiles`| number | GPU tile count in the GPUs of the named platform. +|`gpu.intel.com/platform_.present`| string | "true" for indicating the presense of the GPU platform. For the above to work as intended, GPUs on the same node must be identical in their capabilities.