From: Ayush Satyam <ayushsatyam146@gmail.com>
To: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
martin.lau@linux.dev
Cc: bpf@vger.kernel.org, sparclinux@vger.kernel.org,
linux-kernel@vger.kernel.org,
Ayush Satyam <ayushsatyam146@gmail.com>
Subject: [PATCH] bpf: sparc64: fix typo dont->don't
Date: Sat, 23 Nov 2024 03:31:16 -0800 [thread overview]
Message-ID: <20241123113116.1983-1-ayushsatyam146@gmail.com> (raw)
Signed-off-by: Ayush Satyam <ayushsatyam146@gmail.com>
---
arch/sparc/net/bpf_jit_comp_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sparc/net/bpf_jit_comp_64.c b/arch/sparc/net/bpf_jit_comp_64.c
index 73bf0aea8..0f850bbe7 100644
--- a/arch/sparc/net/bpf_jit_comp_64.c
+++ b/arch/sparc/net/bpf_jit_comp_64.c
@@ -732,7 +732,7 @@ static int emit_compare_and_branch(const u8 code, const u8 dst, u8 src,
br_opcode = BLE;
break;
default:
- /* Make sure we dont leak kernel information to the
+ /* Make sure we don't leak kernel information to the
* user.
*/
return -EFAULT;
--
2.20.1
next reply other threads:[~2024-11-23 11:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 11:31 Ayush Satyam [this message]
2024-11-23 18:42 ` [PATCH] bpf: sparc64: fix typo dont->don't Alexei Starovoitov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241123113116.1983-1-ayushsatyam146@gmail.com \
--to=ayushsatyam146@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).