Re: [PATCH] rust: error: fix the description for `ECHILD`

From: Alice Ryhl
Date: Sun Oct 01 2023 - 07:41:00 EST


On 9/30/23 16:49, Wedson Almeida Filho wrote:
From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>

A mistake was made and the description of `ECHILD` is wrong (it reuses
the description of `ENOEXEC`). This fixes it to reflect what's in
`errno-base.h`.

Signed-off-by: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
---
rust/kernel/error.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>