Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] rust: serdev: trivial fixes
@ 2026-07-18 11:36 Markus Probst
  2026-07-18 11:36 ` [PATCH 1/4] rust: serdev: fix typo in rustdoc Markus Probst
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Probst @ 2026-07-18 11:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, Daniel Almeida, Tamir Duberstein,
	Alexandre Courbot, Onur Özkan
  Cc: linux-serial, rust-for-linux, linux-kernel, Markus Probst,
	kernel test robot

Those are small fixes discovered by the kernel test robot and Gary Guo
after the serdev rust abstraction have already been merged.

This includes
- a fix for a documentation typo
- adding missing `#[inline]` attributes
- a small structual change for timeout

There is no urgency to merge this.

Signed-off-by: Markus Probst <markus.probst@posteo.de>
---
Markus Probst (4):
      rust: serdev: fix typo in rustdoc
      rust: serdev: mark small functions as `#[inline]`
      rust: serdev: document `PrivateData::active`
      rust: serdev: remove `serdev::Timeout`

 rust/kernel/serdev.rs | 80 +++++++++++++++++++++++++++------------------------
 1 file changed, 43 insertions(+), 37 deletions(-)
---
base-commit: 25acf039a5dbb40b6865d9392e05be8e713a39f3
change-id: 20260717-rust_serdev_fixes-9baf5f310278


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-18 11:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-18 11:36 [PATCH 0/4] rust: serdev: trivial fixes Markus Probst
2026-07-18 11:36 ` [PATCH 1/4] rust: serdev: fix typo in rustdoc Markus Probst
2026-07-18 11:36 ` [PATCH 2/4] rust: serdev: mark small functions as `#[inline]` Markus Probst
2026-07-18 11:36 ` [PATCH 3/4] rust: serdev: document `PrivateData::active` Markus Probst
2026-07-18 11:36 ` [PATCH 4/4] rust: serdev: remove `serdev::Timeout` Markus Probst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox