-
Notifications
You must be signed in to change notification settings - Fork 587
Commit d8ad26a
committed
Correct module name in rmmod example
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 <jordan871130@gmail.com>1 parent ecf0ed9 commit d8ad26a
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
594 | - | ||
594 | + | ||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
|
0 commit comments