From 321b75ea3a638665e2f317799283317f0690c972 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Wed, 18 Sep 2024 23:22:52 +0300 Subject: [PATCH] Fix tautology in ug_sw_developer.md Signed-off-by: Andrei Solodovnikov --- docs/hw/common/user_guides/ug_sw_developer/ug_sw_developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hw/common/user_guides/ug_sw_developer/ug_sw_developer.md b/docs/hw/common/user_guides/ug_sw_developer/ug_sw_developer.md index a7e642df5..51ef961f3 100644 --- a/docs/hw/common/user_guides/ug_sw_developer/ug_sw_developer.md +++ b/docs/hw/common/user_guides/ug_sw_developer/ug_sw_developer.md @@ -93,7 +93,7 @@ An older documentation repository that stopped being the primary API resource af The [Linux DFL Wiki](https://github.com/OFS/linux-dfl/wiki) page provides and introduction to the topics and design philosophy that goes into DFL enabled driver creation. DFL driver documentation has also been upstreamed into the Linux kernel and can be found under [Documentation/fpga/dfl.rst](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/fpga/dfl.rst?h=master). -The below picture demonstrates the structure of the OFS stack stack at a high level: +The below picture demonstrates the structure of the Open FPGA Stack at a high level: ![](./images/ofs_stack.png)