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

Hello world module #93

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

EugeneKolesnyk
Copy link

Hello_world and simple calculator module

Signed-off-by: EugeneKolesnyk <[email protected]>
…rning during compilation

Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
@EugeneKolesnyk EugeneKolesnyk added the Ready for review Ready to be reviewed label Feb 23, 2023
Copy link
Contributor

@AndriySmolskyy AndriySmolskyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style issues have to be fixed.


static int __init hello_init(void)
{
pr_info("HELLO: Hello Kernel!\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Obvious code style issue is here and below.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for review Ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants