linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix spelling mistake.
@ 2025-06-05 23:07 Eslam Khafagy
  2025-06-06  0:56 ` Alexei Starovoitov
  0 siblings, 1 reply; 3+ messages in thread
From: Eslam Khafagy @ 2025-06-05 23:07 UTC (permalink / raw)
  To: void, ast; +Cc: Eslam Khafagy, linux-doc, skhan

Fix typo "desination => destination"
in file
Documentation/bpf/standardization/instruction-set.rst

Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com>
---
 Documentation/bpf/standardization/instruction-set.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/bpf/standardization/instruction-set.rst b/Documentation/bpf/standardization/instruction-set.rst
index fbe975585236..ac950a5bb6ad 100644
--- a/Documentation/bpf/standardization/instruction-set.rst
+++ b/Documentation/bpf/standardization/instruction-set.rst
@@ -350,9 +350,9 @@ Underflow and overflow are allowed during arithmetic operations, meaning
 the 64-bit or 32-bit value will wrap. If BPF program execution would
 result in division by zero, the destination register is instead set to zero.
 Otherwise, for ``ALU64``, if execution would result in ``LLONG_MIN``
-dividing -1, the desination register is instead set to ``LLONG_MIN``. For
+dividing -1, the destination register is instead set to ``LLONG_MIN``. For
 ``ALU``, if execution would result in ``INT_MIN`` dividing -1, the
-desination register is instead set to ``INT_MIN``.
+destination register is instead set to ``INT_MIN``.
 
 If execution would result in modulo by zero, for ``ALU64`` the value of
 the destination register is unchanged whereas for ``ALU`` the upper
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: Fix spelling mistake.
  2025-06-05 23:07 [PATCH] Documentation: Fix spelling mistake Eslam Khafagy
@ 2025-06-06  0:56 ` Alexei Starovoitov
  2025-06-06 10:08   ` Eslam Khafagy
  0 siblings, 1 reply; 3+ messages in thread
From: Alexei Starovoitov @ 2025-06-06  0:56 UTC (permalink / raw)
  To: Eslam Khafagy
  Cc: David Vernet, Alexei Starovoitov, open list:DOCUMENTATION,
	Shuah Khan

On Thu, Jun 5, 2025 at 4:07 PM Eslam Khafagy <eslam.medhat1993@gmail.com> wrote:
>
> Fix typo "desination => destination"
> in file
> Documentation/bpf/standardization/instruction-set.rst
>
> Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com>
> ---
>  Documentation/bpf/standardization/instruction-set.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Please resend with [PATCH bpf-next] subject and cc bpf@vger.

pw-bot: cr

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: Fix spelling mistake.
  2025-06-06  0:56 ` Alexei Starovoitov
@ 2025-06-06 10:08   ` Eslam Khafagy
  0 siblings, 0 replies; 3+ messages in thread
From: Eslam Khafagy @ 2025-06-06 10:08 UTC (permalink / raw)
  To: Alexei Starovoitov
  Cc: David Vernet, Alexei Starovoitov, open list:DOCUMENTATION,
	Shuah Khan


On 6/6/25 03:56, Alexei Starovoitov wrote:
> On Thu, Jun 5, 2025 at 4:07 PM Eslam Khafagy <eslam.medhat1993@gmail.com> wrote:
>> Fix typo "desination => destination"
>> in file
>> Documentation/bpf/standardization/instruction-set.rst
>>
>> Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com>
>> ---
>>   Documentation/bpf/standardization/instruction-set.rst | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
> Please resend with [PATCH bpf-next] subject and cc bpf@vger.
>
> pw-bot: cr
Thanks for the feedback.
resent

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-06 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 23:07 [PATCH] Documentation: Fix spelling mistake Eslam Khafagy
2025-06-06  0:56 ` Alexei Starovoitov
2025-06-06 10:08   ` Eslam Khafagy

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).