aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/bpf_local_storage.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-20 10:40:55 -0800
committerAndrii Nakryiko <andrii@kernel.org>2022-02-23 15:17:51 -0800
commitc561d11063009323a0e57c528cb1d77b7d2c41e0 (patch)
tree45b3d66aae9f39d36c32bd4909b3e432656290cb /kernel/bpf/bpf_local_storage.c
parentlibbpf: Simplify the find_elf_sec_sz() function (diff)
downloadwireguard-linux-c561d11063009323a0e57c528cb1d77b7d2c41e0.tar.xz
wireguard-linux-c561d11063009323a0e57c528cb1d77b7d2c41e0.zip
bpf: Cleanup comments
Add leading space to spdx tag Use // for spdx c file comment Replacements resereved to reserved inbetween to in between everytime to every time intutivie to intuitive currenct to current encontered to encountered referenceing to referencing upto to up to exectuted to executed Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Link: https://lore.kernel.org/bpf/20220220184055.3608317-1-trix@redhat.com
Diffstat (limited to 'kernel/bpf/bpf_local_storage.c')
-rw-r--r--kernel/bpf/bpf_local_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/bpf_local_storage.c b/kernel/bpf/bpf_local_storage.c
index 71de2a89869c..092a1ac772d7 100644
--- a/kernel/bpf/bpf_local_storage.c
+++ b/kernel/bpf/bpf_local_storage.c
@@ -136,7 +136,7 @@ bool bpf_selem_unlink_storage_nolock(struct bpf_local_storage *local_storage,
* will be done by the caller.
*
* Although the unlock will be done under
- * rcu_read_lock(), it is more intutivie to
+ * rcu_read_lock(), it is more intuitive to
* read if the freeing of the storage is done
* after the raw_spin_unlock_bh(&local_storage->lock).
*