diff options
author | Tom Rix <trix@redhat.com> | 2022-02-20 10:40:55 -0800 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2022-02-23 15:17:51 -0800 |
commit | c561d11063009323a0e57c528cb1d77b7d2c41e0 (patch) | |
tree | 45b3d66aae9f39d36c32bd4909b3e432656290cb /kernel/bpf/bpf_local_storage.c | |
parent | 08894d9c647aad08ddd19398e03a0aa1a70b7dc8 (diff) | |
download | linux-stable-c561d11063009323a0e57c528cb1d77b7d2c41e0.tar.gz linux-stable-c561d11063009323a0e57c528cb1d77b7d2c41e0.tar.bz2 linux-stable-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.c | 2 |
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). * |