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

2020-08-13 Thread Jonathan Corbet
On Thu, 13 Aug 2020 14:02:20 +0800 Huang Shijie wrote: > We have three categories locks, not two. > > Signed-off-by: Huang Shijie > --- > Documentation/locking/locktypes.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/locking/locktypes.rst > b/Docum

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

2020-08-13 Thread Will Deacon
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 > --- > Documentation/locking/locktypes.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/locking/locktypes.rst > b/

[PATCH] Documentation/locking/locktypes: fix the typo

2020-08-12 Thread Huang Shijie
We have three categories locks, not two. Signed-off-by: Huang Shijie --- 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 ---