-
-
Notifications
You must be signed in to change notification settings - Fork 170
documentation and code improvements for Status, Error, and read() #556
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
Conversation
7f4df87
to
f5c23e7
Compare
|
8bd739d
to
5c9e1a2
Compare
5c9e1a2
to
7a189bf
Compare
7a189bf
to
76ab34b
Compare
f127399
to
51de27b
Compare
51de27b
to
e528e6d
Compare
Hi @nicholasbishop |
80fde34
to
2eac5d5
Compare
@@ -332,6 +332,19 @@ pub(super) struct FileImpl { | |||
) -> Status, | |||
close: extern "efiapi" fn(this: &mut FileImpl) -> Status, | |||
delete: extern "efiapi" fn(this: &mut FileImpl) -> Status, | |||
/// # Read from Regular Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a copy of relevant parts of the UEFI spec.
2eac5d5
to
6882a5e
Compare
Added a couple more suggestions, but otherwise lgtm! |
6882a5e
to
21b8290
Compare
21b8290
to
d295e8d
Compare
This MR improves the documentation of the low-levelread
method of the file system protocol on a regular file or a directory.Following our discussions, I changed the scope to:
documentation and code improvements for Status, Error, and read()
Checklist