[PATCH] bpf: sparc64: fix typo dont->don't

Ayush Satyam posted 1 patch 1 year, 2 months ago
arch/sparc/net/bpf_jit_comp_64.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] bpf: sparc64: fix typo dont->don't
Posted by Ayush Satyam 1 year, 2 months ago
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
Re: [PATCH] bpf: sparc64: fix typo dont->don't
Posted by Alexei Starovoitov 1 year, 2 months ago
On Sat, Nov 23, 2024 at 3:31 AM Ayush Satyam <ayushsatyam146@gmail.com> wrote:
>
> 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

Sorry. We're not applying pure comment churn.

pw-bot: cr