Skip to content

Commit 2591fd8

Browse files
committed
delay-kfunc: Fix a couple of typos in the README, make warning all-caps
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
1 parent 8455e26 commit 2591fd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

delay-kfunc/README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ vary depending on the CPU speed). The target delay is capped at 10 minutes to
1515
prevent stalling indefinitely (but see the warning below!).
1616

1717
The fentry program will output the actual measured delay through a ring buffer
18-
every time it runs. The userspace program will print these each (see example
18+
every time it runs. The userspace program will print these (see example
1919
below), making it possible to keep track of the induced delay.
2020

2121
** Limitations and caution on safety
@@ -24,13 +24,13 @@ Since the delay is created by spinning in a tight loop, the actual delay can
2424
vary, especially on machines with varying CPU speeds (such as laptops or other
2525
systems that throttle the CPU on idle).
2626

27-
Also, *there is no safety valve*. This program will run in a tight loop every
27+
Also, *THERE IS NO SAFETY VALVE*. This program will run in a tight loop every
2828
time it is executed inside the kernel! Depending on which function it is
29-
attached to this may *completely stall the system*, leaving to way to interrupt
29+
attached to this may *COMPLETELY STALL THE SYSTEM*, leaving to way to interrupt
3030
it other than a hard power cycle of the machine. Use at your own risk!
3131

3232
** Example usage
33-
To delay the teardown of veth devices by 10 second:
33+
To delay the teardown of veth devices by 10 seconds:
3434

3535
#+begin_src sh
3636
$ sudo ./delay-kfunc veth_dellink 10000000

0 commit comments

Comments
 (0)