Skip to content

Sort and add remaining errors in error.rs #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2021

Conversation

v-gar
Copy link

@v-gar v-gar commented Jul 9, 2021

Adapt errors based on include/uapi/asm-generic/errno-base.h.

This pull request contains two commits: the first one sorts the existing errors and the second one adds the remaining ones.

Closes #309

v-gar added 2 commits July 9, 2021 21:35
Sort the errors in rust/kernel/error.rs based on
include/uapi/asm-generic/errno-base.h.

Signed-off-by: Viktor Garske <[email protected]>
Add the remaining errors of include/uapi/asm-generic/errno-base.h
to rust/kernel/error.rs.

Signed-off-by: Viktor Garske <[email protected]>
@alex alex merged commit e97ba67 into Rust-for-Linux:rust Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

error.rs: sort and add remaining errors
2 participants