Skip to content

Conversation

Jordymalone
Copy link
Contributor

@Jordymalone Jordymalone commented Sep 28, 2025

The rmmod command in the example used a hyphen (hello-5), but Linux kernel module names conventionally use underscores (hello_5) to align with C identifier naming rules.

This change corrects the module name to use an underscore, ensuring the documentation is consistent and avoiding potential confusion for readers trying to run the command.


Summary by cubic

Correct the rmmod example to use hello_5 (underscore) instead of hello-5 (hyphen), aligning with kernel module naming rules and avoiding confusion when running the command.

The rmmod command in the example used a hyphen (hello-5), but
Linux kernel module names conventionally use underscores (hello_5)
to align with C identifier naming rules.

This change corrects the module name to use an underscore, ensuring
the documentation is consistent and avoiding potential confusion for
readers trying to run the command.

Signed-off-by: Chia-Hao Chiu <[email protected]>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@jserv jserv merged commit a19a42b into sysprog21:master Sep 28, 2025
2 checks passed
@jserv
Copy link
Contributor

jserv commented Sep 28, 2025

Thank @Jordymalone for contributing!

@Jordymalone Jordymalone deleted the fix-rmmod_command branch September 29, 2025 06:00
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