From c3dbc4df194a15aa1cf09493a3100b59e37e48fe Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 21 Jan 2021 15:16:49 +0100 Subject: [PATCH] docs: turn non-code into comment If we want syntax-highlighting to actually work here, we should make sure the code actually parses. This fixes a warning during docs build. Reviewed-by: Alyssa Rosenzweig Part-of: --- docs/drivers/freedreno/isaspec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/freedreno/isaspec.rst b/docs/drivers/freedreno/isaspec.rst index a1dffe9e0ee..5ecd7d9be27 100644 --- a/docs/drivers/freedreno/isaspec.rst +++ b/docs/drivers/freedreno/isaspec.rst @@ -54,7 +54,7 @@ instruction. Deciding which instruction a bitpattern is amounts to: m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare; if (m == bitsets[n]->match) { - ... we've found the instruction description ... + /* we've found the instruction description */ } For example, the starting point to decode an ir3 instruction is a 64b