Re: [PATCH] bpf: cleanup comments

From: Randy Dunlap
Date: Sun Feb 20 2022 - 20:30:35 EST




On 2/20/22 17:28, Song Liu wrote:
> On Sun, Feb 20, 2022 at 10:41 AM <trix@xxxxxxxxxx> wrote:
>>
>> From: Tom Rix <trix@xxxxxxxxxx>
>>
>> Add leading space to spdx tag
>> Use // for spdx c file comment
>>
>> Replacements
>> resereved to reserved
>> inbetween to in between
>> everytime to every time
>
> I think everytime could be a single word? Other than that,

Nope. :)

>
> Acked-by: Song Liu <songliubraving@xxxxxx>
>
>> 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@xxxxxxxxxx>
>> ---
>> kernel/bpf/bpf_local_storage.c | 2 +-
>> kernel/bpf/btf.c | 6 +++---
>> kernel/bpf/cgroup.c | 8 ++++----
>> kernel/bpf/hashtab.c | 2 +-
>> kernel/bpf/helpers.c | 2 +-
>> kernel/bpf/local_storage.c | 2 +-
>> kernel/bpf/reuseport_array.c | 2 +-
>> kernel/bpf/syscall.c | 2 +-
>> kernel/bpf/trampoline.c | 2 +-
>> 9 files changed, 14 insertions(+), 14 deletions(-)

--
~Randy