mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 12:20:56 +00:00
Fix a typo
This commit is contained in:
parent
7814899493
commit
39a2e10e71
@ -162,7 +162,7 @@ Note, that the `tick_device` structure contains two fields. The first field - `e
|
||||
The second field of the `tick_device` structure represents mode of the `tick_device`. As we already know, the mode can be one of the:
|
||||
|
||||
```C
|
||||
num tick_device_mode {
|
||||
enum tick_device_mode {
|
||||
TICKDEV_MODE_PERIODIC,
|
||||
TICKDEV_MODE_ONESHOT,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user