From 9e9d3f92000d472e97d08afbfca98695fe64d842 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Wed, 4 Sep 2024 22:28:34 +0200 Subject: [PATCH] NVMe Driver: fix typo in branch name Signed-off-by: Miguel Ojeda --- src/NVMe-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NVMe-driver.md b/src/NVMe-driver.md index 07e21df..811992e 100644 --- a/src/NVMe-driver.md +++ b/src/NVMe-driver.md @@ -9,7 +9,7 @@ implementation language for high performance device drivers. The Linux Rust NVMe driver lives [here](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnvme). This branch is routinely rebased on upstream Linux releases. Please be aware -that the `nvme` branch is force pushed without notice. The version based on the +that the `rnvme` branch is force pushed without notice. The version based on the deprecated `rust` branch is available [here](https://github.com/metaspace/linux/tree/nvme-rust).