[RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake

Prabhav Kumar Vaish posted 1 patch 1 year, 1 month ago
kernel/bpf/helpers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake
Posted by Prabhav Kumar Vaish 1 year, 1 month ago
Changes :
	- "unsinged" is spelled correctly to "unsigned"

Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
---
 kernel/bpf/helpers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/bpf/helpers.c b/kernel/bpf/helpers.c
index 532ea74d4850..1493f1daecaa 100644
--- a/kernel/bpf/helpers.c
+++ b/kernel/bpf/helpers.c
@@ -3057,7 +3057,7 @@ __bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void __user
 	return ret + 1;
 }
 
-/* Keep unsinged long in prototype so that kfunc is usable when emitted to
+/* Keep unsigned long in prototype so that kfunc is usable when emitted to
  * vmlinux.h in BPF programs directly, but note that while in BPF prog, the
  * unsigned long always points to 8-byte region on stack, the kernel may only
  * read and write the 4-bytes on 32-bit.
-- 
2.34.1
Re: [RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake
Posted by Alexei Starovoitov 1 year, 1 month ago
On Sat, Dec 21, 2024 at 11:09 AM Prabhav Kumar Vaish
<pvkumar5749404@gmail.com> wrote:
>
> Changes :
>         - "unsinged" is spelled correctly to "unsigned"
>
> Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>

Are you trying to land a trivial patch to get on the record?
Please focus your efforts on something better than typo fixes.

pw-bot: cr
Re: [RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake
Posted by prabhav kumar 1 year, 1 month ago
On Sun, Dec 22, 2024 at 5:17 AM Alexei Starovoitov
<alexei.starovoitov@gmail.com> wrote:
>
> On Sat, Dec 21, 2024 at 11:09 AM Prabhav Kumar Vaish
> <pvkumar5749404@gmail.com> wrote:
> >
> > Changes :
> >         - "unsinged" is spelled correctly to "unsigned"
> >
> > Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
>
> Are you trying to land a trivial patch to get on the record?
> Please focus your efforts on something better than typo fixes.
>
Sure Alexei.
I wanted to send in my first patch to know how to work with open community.

Apologizing for something I posted wrong.
> pw-bot: cr
Re: [RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake
Posted by Alexei Starovoitov 1 year, 1 month ago
On Sat, Dec 21, 2024 at 2:07 PM prabhav kumar <pvkumar5749404@gmail.com> wrote:
>
> On Sun, Dec 22, 2024 at 5:17 AM Alexei Starovoitov
> <alexei.starovoitov@gmail.com> wrote:
> >
> > On Sat, Dec 21, 2024 at 11:09 AM Prabhav Kumar Vaish
> > <pvkumar5749404@gmail.com> wrote:
> > >
> > > Changes :
> > >         - "unsinged" is spelled correctly to "unsigned"
> > >
> > > Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
> >
> > Are you trying to land a trivial patch to get on the record?
> > Please focus your efforts on something better than typo fixes.
> >
> Sure Alexei.
> I wanted to send in my first patch to know how to work with open community.

First patch?!
Your commit fb0f02308126 ("selftests: net: Correct couple of spelling mistakes")
landed in Feb 2024,
so you clearly know the process already.
Stop abusing it.