aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/livepatch/system-state.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/livepatch/system-state.rst')
-rw-r--r--Documentation/livepatch/system-state.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/livepatch/system-state.rst b/Documentation/livepatch/system-state.rst
index c6d127c2d9aa..7a3935fd812b 100644
--- a/Documentation/livepatch/system-state.rst
+++ b/Documentation/livepatch/system-state.rst
@@ -52,12 +52,12 @@ struct klp_state:
The state can be manipulated using two functions:
- - *klp_get_state(patch, id)*
+ - klp_get_state()
- Get struct klp_state associated with the given livepatch
and state id.
- - *klp_get_prev_state(id)*
+ - klp_get_prev_state()
- Get struct klp_state associated with the given feature id and
already installed livepatches.