projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f6aed
)
rust: fmt: Fix grammar in Adapter description
author
Dirk Behme
<dirk.behme@de.bosch.com>
Fri, 2 Jan 2026 08:48:21 +0000
(09:48 +0100)
committer
Miguel Ojeda
<ojeda@kernel.org>
Sun, 4 Jan 2026 22:51:35 +0000
(23:51 +0100)
Add a missing `and` in the description of the `Adapter`.
Fixes:
c5cf01ba8dfe
("rust: support formatting of foreign types")
Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Acked-by: Tamir Duberstein <tamird@gmail.com>
Link:
https://patch.msgid.link/20260102084821.1077864-1-dirk.behme@de.bosch.com
[ Reworded for typo. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/fmt.rs
patch
|
blob
|
history
diff --git
a/rust/kernel/fmt.rs
b/rust/kernel/fmt.rs
index
84d6342
..
1e8725e
100644
(file)
--- a/
rust/kernel/fmt.rs
+++ b/
rust/kernel/fmt.rs
@@
-6,7
+6,7
@@
pub use core::fmt::{Arguments, Debug, Error, Formatter, Result, Write};
-/// Internal adapter used to route allow implementations of formatting traits for foreign types.
+/// Internal adapter used to route a
nd a
llow implementations of formatting traits for foreign types.
///
/// It is inserted automatically by the [`fmt!`] macro and is not meant to be used directly.
///