diff options
| author | 2020-12-11 17:47:55 +0000 | |
|---|---|---|
| committer | 2020-12-11 17:47:55 +0000 | |
| commit | 031616c434db05ce766f76c62865f55698e0924f (patch) | |
| tree | 7f29aa1ff3e7b51a8058cd570fb785c6e769b245 /kernel/livepatch | |
| parent | Merge remote-tracking branch 'asoc/for-5.9' into asoc-linus (diff) | |
| parent | ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control() (diff) | |
Merge remote-tracking branch 'asoc/for-5.10' into asoc-linus
Diffstat (limited to 'kernel/livepatch')
| -rw-r--r-- | kernel/livepatch/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/livepatch/state.c b/kernel/livepatch/state.c index 7ee19476de9d..2565d039ade0 100644 --- a/kernel/livepatch/state.c +++ b/kernel/livepatch/state.c @@ -55,7 +55,7 @@ EXPORT_SYMBOL_GPL(klp_get_state); * * The function can be called only during transition when a new * livepatch is being enabled or when such a transition is reverted. - * It is typically called only from from pre/post (un)patch + * It is typically called only from pre/post (un)patch * callbacks. * * Return: pointer to the latest struct klp_state from already |
