Re: [PATCH v2 2/2] rust: pci: fix typos in Bar struct's comments
From: Danilo Krummrich
Date: Tue Jan 06 2026 - 15:30:51 EST
On Mon Jan 5, 2026 at 10:37 PM CET, Marko Turk wrote:
> Fix a typo in the doc-comment of the Bar structure: 'inststance ->
> instance'.
>
> Add also 'is' to the comment inside Bar's `new()` function (suggested
> by Dirk):
> // `pdev` is valid by the invariants of `Device`.
>
> Fixes: bf9651f84b4e ("rust: pci: implement I/O mappable `pci::Bar`")
> Suggested-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
> Signed-off-by: Marko Turk <mt@xxxxxxxxxxxxxx>
Applied to driver-core-linus, thanks!