[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260103143119.96095-2-mt@markoturk.info>
Date: Sat, 3 Jan 2026 15:31:38 +0100
From: Marko Turk <mt@...koturk.info>
To: dakr@...nel.org, dirk.behme@...bosch.com, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org, rust-for-linux@...r.kernel.org,
mt@...koturk.info
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
rust-for-linux@...r.kernel.org, Marko Turk <mt@...koturk.info>
Subject: [PATCH 2/2] rust: pci: fix typo in Bar struct's comment
inststance -> instance
Signed-off-by: Marko Turk <mt@...koturk.info>
---
rust/kernel/pci/io.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust/kernel/pci/io.rs b/rust/kernel/pci/io.rs
index 0d55c3139b6f..fba746c4dc5d 100644
--- a/rust/kernel/pci/io.rs
+++ b/rust/kernel/pci/io.rs
@@ -20,7 +20,7 @@
///
/// # Invariants
///
-/// `Bar` always holds an `IoRaw` inststance that holds a valid pointer to the start of the I/O
+/// `Bar` always holds an `IoRaw` instance that holds a valid pointer to the start of the I/O
/// memory mapped PCI BAR and its size.
pub struct Bar<const SIZE: usize = 0> {
pdev: ARef<Device>,
--
2.51.0
Powered by blists - more mailing lists