2020-08-13 06:18:35

by Huang Shijie

[permalink] [raw]
Subject: [PATCH] Documentation/locking/locktypes: fix the typo

We have three categories locks, not two.

Signed-off-by: Huang Shijie <[email protected]>
---
Documentation/locking/locktypes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
index 1b577a8bf982..4cefed8048ca 100644
--- a/Documentation/locking/locktypes.rst
+++ b/Documentation/locking/locktypes.rst
@@ -10,7 +10,7 @@ Introduction
============

The kernel provides a variety of locking primitives which can be divided
-into two categories:
+into three categories:

- Sleeping locks
- CPU local locks
--
2.17.1


2020-08-13 12:29:06

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] Documentation/locking/locktypes: fix the typo

On Thu, Aug 13, 2020 at 02:02:20PM +0800, Huang Shijie wrote:
> We have three categories locks, not two.
>
> Signed-off-by: Huang Shijie <[email protected]>
> ---
> Documentation/locking/locktypes.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
> index 1b577a8bf982..4cefed8048ca 100644
> --- a/Documentation/locking/locktypes.rst
> +++ b/Documentation/locking/locktypes.rst
> @@ -10,7 +10,7 @@ Introduction
> ============
>
> The kernel provides a variety of locking primitives which can be divided
> -into two categories:
> +into three categories:
>
> - Sleeping locks
> - CPU local locks

Acked-by: Will Deacon <[email protected]>

Will

2020-08-13 20:49:11

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation/locking/locktypes: fix the typo

On Thu, 13 Aug 2020 14:02:20 +0800
Huang Shijie <[email protected]> wrote:

> We have three categories locks, not two.
>
> Signed-off-by: Huang Shijie <[email protected]>
> ---
> Documentation/locking/locktypes.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
> index 1b577a8bf982..4cefed8048ca 100644
> --- a/Documentation/locking/locktypes.rst
> +++ b/Documentation/locking/locktypes.rst
> @@ -10,7 +10,7 @@ Introduction
> ============
>
> The kernel provides a variety of locking primitives which can be divided
> -into two categories:
> +into three categories:

One can never get away from those off-by-one errors...applied, thanks.

jon

2020-08-13 20:51:05

by tip-bot2 for Jacob Pan

[permalink] [raw]
Subject: [tip: locking/urgent] Documentation/locking/locktypes: Fix a typo

The following commit has been merged into the locking/urgent branch of tip:

Commit-ID: cb75c95c5262328bd4da3dd334f6826a3a34a979
Gitweb: https://git.kernel.org/tip/cb75c95c5262328bd4da3dd334f6826a3a34a979
Author: Huang Shijie <[email protected]>
AuthorDate: Thu, 13 Aug 2020 14:02:20 +08:00
Committer: Ingo Molnar <[email protected]>
CommitterDate: Thu, 13 Aug 2020 20:59:06 +02:00

Documentation/locking/locktypes: Fix a typo

We have three categories locks, not two.

Signed-off-by: Huang Shijie <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
Documentation/locking/locktypes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
index 1b577a8..4cefed8 100644
--- a/Documentation/locking/locktypes.rst
+++ b/Documentation/locking/locktypes.rst
@@ -10,7 +10,7 @@ Introduction
============

The kernel provides a variety of locking primitives which can be divided
-into two categories:
+into three categories:

- Sleeping locks
- CPU local locks