linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
@ 2019-06-28  6:06 Sheriff Esseson
  2019-06-28  6:20 ` [linux-kernel-mentees] [PATCH v2] " Sheriff Esseson
  2019-06-28  6:33 ` Sheriff Esseson
  0 siblings, 2 replies; 7+ messages in thread
From: Sheriff Esseson @ 2019-06-28  6:06 UTC (permalink / raw)
  To: skhan; +Cc: linux-kernel, linux-kernel-mentees, linux-doc, Sheriff Esseson

fix the disjunction by replacing "of" with "or".

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---
 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index f96059767..192c36af3 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -359,7 +359,7 @@ Domain`_ references.
   ``monospaced font``.
 
   Useful if you need to use special characters that would otherwise have some
-  meaning either by kernel-doc script of by reStructuredText.
+  meaning either by kernel-doc script or by reStructuredText.
 
   This is particularly useful if you need to use things like ``%ph`` inside
   a function description.
-- 
2.22.0


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

* [linux-kernel-mentees] [PATCH v2] Doc : doc-guide : Fix a typo
  2019-06-28  6:06 [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo Sheriff Esseson
@ 2019-06-28  6:20 ` Sheriff Esseson
  2019-06-28 15:04   ` Jonathan Corbet
  2019-06-28  6:33 ` Sheriff Esseson
  1 sibling, 1 reply; 7+ messages in thread
From: Sheriff Esseson @ 2019-06-28  6:20 UTC (permalink / raw)
  To: skhan
  Cc: linux-kernel, linux-kernel-mentees, linux-doc, corbet, Sheriff Esseson

fix the disjunction by replacing "of" with "or".

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---

changes in v2:
- cc-ed Corbet.

 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index f96059767..192c36af3 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -359,7 +359,7 @@ Domain`_ references.
   ``monospaced font``.
 
   Useful if you need to use special characters that would otherwise have some
-  meaning either by kernel-doc script of by reStructuredText.
+  meaning either by kernel-doc script or by reStructuredText.
 
   This is particularly useful if you need to use things like ``%ph`` inside
   a function description.
-- 
2.22.0


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

* Re: [linux-kernel-mentees] [PATCH v2] Doc : doc-guide : Fix a typo
  2019-06-28  6:06 [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo Sheriff Esseson
  2019-06-28  6:20 ` [linux-kernel-mentees] [PATCH v2] " Sheriff Esseson
@ 2019-06-28  6:33 ` Sheriff Esseson
  2019-06-28  7:43   ` Sheriff Esseson
  1 sibling, 1 reply; 7+ messages in thread
From: Sheriff Esseson @ 2019-06-28  6:33 UTC (permalink / raw)
  To: skhan
  Cc: linux-kernel, linux-kernel-mentees, linux-doc, corbet, Sheriff Esseson

fix the disjunction by replacing "of" with "or".

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---

changes in v2:
- cc-ed Corbet.

 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index f96059767..192c36af3 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -359,7 +359,7 @@ Domain`_ references.
   ``monospaced font``.
 
   Useful if you need to use special characters that would otherwise have some
-  meaning either by kernel-doc script of by reStructuredText.
+  meaning either by kernel-doc script or by reStructuredText.
 
   This is particularly useful if you need to use things like ``%ph`` inside
   a function description.
-- 
2.22.0


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

* Re: [linux-kernel-mentees] [PATCH v2] Doc : doc-guide : Fix a typo
  2019-06-28  6:33 ` Sheriff Esseson
@ 2019-06-28  7:43   ` Sheriff Esseson
  0 siblings, 0 replies; 7+ messages in thread
From: Sheriff Esseson @ 2019-06-28  7:43 UTC (permalink / raw)
  To: skhan; +Cc: linux-kernel-mentees, linux-doc, linux-kernel, corbet

On Fri, Jun 28, 2019 at 07:33:42AM +0100, Sheriff Esseson wrote:
> fix the disjunction by replacing "of" with "or".
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
> ---
> 
> changes in v2:
> - cc-ed Corbet.
> 
>  Documentation/doc-guide/kernel-doc.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
> index f96059767..192c36af3 100644
> --- a/Documentation/doc-guide/kernel-doc.rst
> +++ b/Documentation/doc-guide/kernel-doc.rst
> @@ -359,7 +359,7 @@ Domain`_ references.
>    ``monospaced font``.
>  
>    Useful if you need to use special characters that would otherwise have some
> -  meaning either by kernel-doc script of by reStructuredText.
> +  meaning either by kernel-doc script or by reStructuredText.
>  
>    This is particularly useful if you need to use things like ``%ph`` inside
>    a function description.
> -- 
> 2.22.0
> 

make respose inline.

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

* Re: [linux-kernel-mentees] [PATCH v2] Doc : doc-guide : Fix a typo
  2019-06-28  6:20 ` [linux-kernel-mentees] [PATCH v2] " Sheriff Esseson
@ 2019-06-28 15:04   ` Jonathan Corbet
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2019-06-28 15:04 UTC (permalink / raw)
  To: Sheriff Esseson; +Cc: skhan, linux-kernel, linux-kernel-mentees, linux-doc

On Fri, 28 Jun 2019 07:20:01 +0100
Sheriff Esseson <sheriffesseson@gmail.com> wrote:

> fix the disjunction by replacing "of" with "or".
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
> ---
> 
> changes in v2:
> - cc-ed Corbet.
> 
>  Documentation/doc-guide/kernel-doc.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
> index f96059767..192c36af3 100644
> --- a/Documentation/doc-guide/kernel-doc.rst
> +++ b/Documentation/doc-guide/kernel-doc.rst
> @@ -359,7 +359,7 @@ Domain`_ references.
>    ``monospaced font``.
>  
>    Useful if you need to use special characters that would otherwise have some
> -  meaning either by kernel-doc script of by reStructuredText.
> +  meaning either by kernel-doc script or by reStructuredText.
>  
>    This is particularly useful if you need to use things like ``%ph`` inside
>    a function description.

I have applied this, thanks.

jon

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

* Re: [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
  2019-06-30  7:17 ` [linux-kernel-mentees] " Sheriff Esseson
@ 2019-06-30 13:40   ` Jonathan Corbet
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2019-06-30 13:40 UTC (permalink / raw)
  To: Sheriff Esseson; +Cc: skhan, linux-kernel-mentees, linux-doc, linux-kernel

On Sun, 30 Jun 2019 08:17:07 +0100
Sheriff Esseson <sheriffesseson@gmail.com> wrote:

> > fix the disjunction by replacing "of" with "or".
> > 
> > Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
> > ---
> > -- 
> > 2.22.0
> >   
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
> ---
> 
> changes in v2:
> - cc-ed Corbet.
> 
>  Documentation/doc-guide/kernel-doc.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

So why are you sending me this again?  I applied it a few days ago and
told you so at the time.

jon

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

* Re: [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
  2019-06-28  6:01 [PATCH] " Sheriff Esseson
@ 2019-06-30  7:17 ` Sheriff Esseson
  2019-06-30 13:40   ` Jonathan Corbet
  0 siblings, 1 reply; 7+ messages in thread
From: Sheriff Esseson @ 2019-06-30  7:17 UTC (permalink / raw)
  To: skhan; +Cc: linux-kernel-mentees, corbet, linux-doc, linux-kernel

On Fri, Jun 28, 2019 at 07:01:11AM +0100, Sheriff Esseson wrote:
> fix the disjunction by replacing "of" with "or".
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
> ---
> -- 
> 2.22.0
> 

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---

changes in v2:
- cc-ed Corbet.

 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index f96059767..192c36af3 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -359,7 +359,7 @@ Domain`_ references.
   ``monospaced font``.
 
   Useful if you need to use special characters that would otherwise have some
-  meaning either by kernel-doc script of by reStructuredText.
+  meaning either by kernel-doc script or by reStructuredText.
 
   This is particularly useful if you need to use things like ``%ph`` inside
   a function description.
-- 
2.22.0


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

end of thread, other threads:[~2019-06-30 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28  6:06 [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo Sheriff Esseson
2019-06-28  6:20 ` [linux-kernel-mentees] [PATCH v2] " Sheriff Esseson
2019-06-28 15:04   ` Jonathan Corbet
2019-06-28  6:33 ` Sheriff Esseson
2019-06-28  7:43   ` Sheriff Esseson
  -- strict thread matches above, loose matches on Subject: below --
2019-06-28  6:01 [PATCH] " Sheriff Esseson
2019-06-30  7:17 ` [linux-kernel-mentees] " Sheriff Esseson
2019-06-30 13:40   ` 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).