rust: error: improve `Error::from_errno` documentation
authorMiguel Ojeda <ojeda@kernel.org>
Fri, 29 Aug 2025 19:22:41 +0000 (21:22 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Sep 2025 22:10:10 +0000 (00:10 +0200)
commit58b4aa53606f75c7d6e6cd4710da4d4399e8f667
treeae329843a71123a7832940bb3694f1fa923e9c6e
parent4fa9f72d657a76546849068b508a2c82983f8945
rust: error: improve `Error::from_errno` documentation

This constructor is public since commit 5ed147473458 ("rust: error:
make conversion functions public"), and we will refer to it from the
documentation of `to_result` in a later commit.

Thus improve its documentation, including adding examples.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/error.rs