Skip to content
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

concepts/initcalls: typos and new content #702

Merged
merged 2 commits into from
Feb 22, 2020
Merged

Conversation

bmeneg
Copy link
Contributor

@bmeneg bmeneg commented Feb 21, 2020

These patches fix some typos and paragraph rewordings throughout initcalls section of the book and also add some content about module_init() macro, that is totally related to the subject and I think is pretty useful.

This patch handle different typos present in the initcall section of the book.
It also reword some paragraphs in order to get it clearer to the reader.
Some example codes were also added in order to help the reader to understand
smaller concepts, like the way initcalls callbacks are named in the object
file.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
@bmeneg bmeneg requested a review from 0xAX February 21, 2020 19:13
While reading about initcalls around the web and kernel source code I found
that the information of what happens to __init functions not explicitly set to
any initcall list pretty useful. With this patch such information is added.

Signed-off-by: Bruno Meneguele <bmeneguele@gmail.com>
@bmeneg bmeneg changed the title concepts/initcalls: rewording and typo corrections concepts/initcalls: typos and new content Feb 21, 2020
@0xAX 0xAX merged commit 053f4b5 into 0xAX:master Feb 22, 2020
@0xAX
Copy link
Owner

0xAX commented Feb 22, 2020

@bmeneguele nice additions, thanks for that

@bmeneg bmeneg deleted the initcalls-fix branch February 22, 2020 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants