From e0e16a7893839d0c96b08b11bb34b6446eb37a0f Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Mon, 30 Jan 2023 20:12:04 -0600 Subject: [PATCH] nvk: Fix a comment Part-of: --- src/nouveau/vulkan/nvk_cmd_draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nouveau/vulkan/nvk_cmd_draw.c b/src/nouveau/vulkan/nvk_cmd_draw.c index 8a34d10ef10..6c966cf6356 100644 --- a/src/nouveau/vulkan/nvk_cmd_draw.c +++ b/src/nouveau/vulkan/nvk_cmd_draw.c @@ -47,7 +47,8 @@ nvk_queue_init_context_draw_state(struct nvk_queue *queue) /* M2MF state */ if (dev->ctx->m2mf.cls <= FERMI_MEMORY_TO_MEMORY_FORMAT_A) { /* we absolutely do not support Fermi, but if somebody wants to toy - /* around with it, this is a must */ + * around with it, this is a must + */ P_MTHD(p, NV9039, SET_OBJECT); P_NV9039_SET_OBJECT(p, { .class_id = dev->ctx->m2mf.cls,