linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories
@ 2020-12-02  7:54 Andrew Klychkov
  2020-12-03  0:34 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Klychkov @ 2020-12-02  7:54 UTC (permalink / raw)
  To: corbet; +Cc: linux-kernel

Fix four typos in kcov.rst, sphinx.rst, clang-format.rst, and embargoed-hardware-issues.rst

Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
---
 Documentation/dev-tools/kcov.rst                    | 2 +-
 Documentation/doc-guide/sphinx.rst                  | 2 +-
 Documentation/process/clang-format.rst              | 2 +-
 Documentation/process/embargoed-hardware-issues.rst | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/dev-tools/kcov.rst b/Documentation/dev-tools/kcov.rst
index 8548b0b..d2c4c27e 100644
--- a/Documentation/dev-tools/kcov.rst
+++ b/Documentation/dev-tools/kcov.rst
@@ -243,7 +243,7 @@ handles as they don't belong to a particular subsystem. The bytes 4-7 are
 currently reserved and must be zero. In the future the number of bytes
 used for the subsystem or handle ids might be increased.
 
-When a particular userspace proccess collects coverage via a common
+When a particular userspace process collects coverage via a common
 handle, kcov will collect coverage for each code section that is annotated
 to use the common handle obtained as kcov_handle from the current
 task_struct. However non common handles allow to collect coverage
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index 896478b..2fb2ff2 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -375,7 +375,7 @@ image format use SVG (:ref:`svg_image_example`)::
 
    SVG image example
 
-The kernel figure (and image) directive support **DOT** formated files, see
+The kernel figure (and image) directive support **DOT** formatted files, see
 
 * DOT: http://graphviz.org/pdf/dotguide.pdf
 * Graphviz: http://www.graphviz.org/content/dot-language
diff --git a/Documentation/process/clang-format.rst b/Documentation/process/clang-format.rst
index 82676e5..1d089a8 100644
--- a/Documentation/process/clang-format.rst
+++ b/Documentation/process/clang-format.rst
@@ -97,7 +97,7 @@ it can be very useful.
 
 There are integrations for many popular text editors. For some of them,
 like vim, emacs, BBEdit and Visual Studio you can find support built-in.
-For instructions, read the appropiate section at:
+For instructions, read the appropriate section at:
 
     https://clang.llvm.org/docs/ClangFormat.html
 
diff --git a/Documentation/process/embargoed-hardware-issues.rst b/Documentation/process/embargoed-hardware-issues.rst
index 43cdc67..6f8f36e 100644
--- a/Documentation/process/embargoed-hardware-issues.rst
+++ b/Documentation/process/embargoed-hardware-issues.rst
@@ -152,7 +152,7 @@ The disclosing party should provide a list of contacts for all other
 entities who have already been, or should be, informed about the issue.
 This serves several purposes:
 
- - The list of disclosed entities allows communication accross the
+ - The list of disclosed entities allows communication across the
    industry, e.g. other OS vendors, HW vendors, etc.
 
  - The disclosed entities can be contacted to name experts who should
-- 
1.8.3.1


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

* Re: [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories
  2020-12-02  7:54 [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories Andrew Klychkov
@ 2020-12-03  0:34 ` Randy Dunlap
  2020-12-03  0:57 ` Miguel Ojeda
  2020-12-03 22:55 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-12-03  0:34 UTC (permalink / raw)
  To: Andrew Klychkov, corbet; +Cc: linux-kernel

On 12/1/20 11:54 PM, Andrew Klychkov wrote:
> Fix four typos in kcov.rst, sphinx.rst, clang-format.rst, and embargoed-hardware-issues.rst
> 
> Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
> ---
>  Documentation/dev-tools/kcov.rst                    | 2 +-
>  Documentation/doc-guide/sphinx.rst                  | 2 +-
>  Documentation/process/clang-format.rst              | 2 +-
>  Documentation/process/embargoed-hardware-issues.rst | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)

LGTM. Thanks.

Acked-by: Randy Dunlap <rdunlap@infradead.org>

-- 
~Randy


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

* Re: [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories
  2020-12-02  7:54 [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories Andrew Klychkov
  2020-12-03  0:34 ` Randy Dunlap
@ 2020-12-03  0:57 ` Miguel Ojeda
  2020-12-03 22:55 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Miguel Ojeda @ 2020-12-03  0:57 UTC (permalink / raw)
  To: Andrew Klychkov; +Cc: Jonathan Corbet, linux-kernel

On Wed, Dec 2, 2020 at 8:56 AM Andrew Klychkov
<andrew.a.klychkov@gmail.com> wrote:
>
> Fix four typos in kcov.rst, sphinx.rst, clang-format.rst, and embargoed-hardware-issues.rst
>
> Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
> ---
>  Documentation/dev-tools/kcov.rst                    | 2 +-
>  Documentation/doc-guide/sphinx.rst                  | 2 +-
>  Documentation/process/clang-format.rst              | 2 +-

Thanks!

Acked-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel

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

* Re: [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories
  2020-12-02  7:54 [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories Andrew Klychkov
  2020-12-03  0:34 ` Randy Dunlap
  2020-12-03  0:57 ` Miguel Ojeda
@ 2020-12-03 22:55 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-12-03 22:55 UTC (permalink / raw)
  To: Andrew Klychkov; +Cc: linux-kernel

On Wed, 2 Dec 2020 10:54:38 +0300
Andrew Klychkov <andrew.a.klychkov@gmail.com> wrote:

> Fix four typos in kcov.rst, sphinx.rst, clang-format.rst, and embargoed-hardware-issues.rst
> 
> Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
> ---
>  Documentation/dev-tools/kcov.rst                    | 2 +-
>  Documentation/doc-guide/sphinx.rst                  | 2 +-
>  Documentation/process/clang-format.rst              | 2 +-
>  Documentation/process/embargoed-hardware-issues.rst | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2020-12-03 22:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02  7:54 [PATCH] Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories Andrew Klychkov
2020-12-03  0:34 ` Randy Dunlap
2020-12-03  0:57 ` Miguel Ojeda
2020-12-03 22:55 ` Jonathan Corbet

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