[PATCH v2 0/4] rust: serdev: trivial fixes

From: Markus Probst

Date: Sat Jul 18 2026 - 08:48:00 EST


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@xxxxxxxxx>
---
Changes in v2:
- resolve Sashiko issues:
- reword small parts of the `PrivateData::active` documentation
- fix documentation references left to `serdev::Timeout`.
- Link to v1: https://patch.msgid.link/20260718-rust_serdev_fixes-v1-0-35433b6dce0f@xxxxxxxxx

---
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 | 82 +++++++++++++++++++++++++++------------------------
1 file changed, 44 insertions(+), 38 deletions(-)
---
base-commit: 25acf039a5dbb40b6865d9392e05be8e713a39f3
change-id: 20260717-rust_serdev_fixes-9baf5f310278