]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: fix typo in #[repr(transparent)] comments
authorFUJITA Tomonori <fujita.tomonori@gmail.com>
Mon, 23 Jun 2025 22:58:46 +0000 (07:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Jul 2025 09:21:04 +0000 (11:21 +0200)
commit9b5cdd5f40191d11d3b535ab7978751a4a3e4bc5
tree794b9155280e1d1705f4a6e9c22324755e05ee0d
parentf5d3ef25d238901a76fe0277787afa44f7714739
rust: fix typo in #[repr(transparent)] comments

Fix a typo in several comments where `#[repr(transparent)]` was
mistakenly written as `#[repr(transparent)` (missing closing
bracket).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://lore.kernel.org/r/20250623225846.169805-1-fujita.tomonori@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/driver.rs
rust/kernel/of.rs
rust/kernel/pci.rs