All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] samples: bpf: fix typo in README
@ 2022-10-29 21:15 Kang Minchul
  2022-10-30 13:01 ` Bagas Sanjaya
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Minchul @ 2022-10-29 21:15 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
  Cc: Martin KaFai Lau, bpf, linux-kernel, Kang Minchul

This commit fixes a simple typo in samples/bpf/README.rst

changed cofiguration to configuration.

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
---
 samples/bpf/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst
index 60c6494adb1b..af4934639133 100644
--- a/samples/bpf/README.rst
+++ b/samples/bpf/README.rst
@@ -87,7 +87,7 @@ Cross compiling samples
 -----------------------
 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH
 environment variables before calling make. But do this before clean,
-cofiguration and header install steps described above. This will direct make to
+configuration and header install steps described above. This will direct make to
 build samples for the cross target::
 
  export ARCH=arm64
-- 
2.34.1


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

* Re: [PATCH] samples: bpf: fix typo in README
  2022-10-29 21:15 [PATCH] samples: bpf: fix typo in README Kang Minchul
@ 2022-10-30 13:01 ` Bagas Sanjaya
  2022-10-30 18:00   ` Kang Minchul
  0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2022-10-30 13:01 UTC (permalink / raw)
  To: Kang Minchul
  Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, bpf, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

On Sun, Oct 30, 2022 at 06:15:20AM +0900, Kang Minchul wrote:
> This commit fixes a simple typo in samples/bpf/README.rst
> 
> changed cofiguration to configuration.

Better say "Fix 'cofiguration' typo in BPF samples README".

And please write patch description in imperative mood instead of
descriptive one.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] samples: bpf: fix typo in README
  2022-10-30 13:01 ` Bagas Sanjaya
@ 2022-10-30 18:00   ` Kang Minchul
  0 siblings, 0 replies; 3+ messages in thread
From: Kang Minchul @ 2022-10-30 18:00 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, bpf, linux-kernel

2022년 10월 30일 (일) 오후 10:01, Bagas Sanjaya <bagasdotme@gmail.com>님이 작성:
>
> On Sun, Oct 30, 2022 at 06:15:20AM +0900, Kang Minchul wrote:
> > This commit fixes a simple typo in samples/bpf/README.rst
> >
> > changed cofiguration to configuration.
>
> Better say "Fix 'cofiguration' typo in BPF samples README".
>
> And please write patch description in imperative mood instead of
> descriptive one.
Thanks for your feedback.
I just amended the message and sent patch v2.

regards,

Kang Minchul

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

end of thread, other threads:[~2022-10-30 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29 21:15 [PATCH] samples: bpf: fix typo in README Kang Minchul
2022-10-30 13:01 ` Bagas Sanjaya
2022-10-30 18:00   ` Kang Minchul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.