From: Sheriff Esseson <sheriffesseson@gmail.com>
To: skhan@linuxfoundation.org
Cc: linux-kernel-mentees@lists.linuxfoundation.org, corbet@lwn.net,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
Date: Sun, 30 Jun 2019 08:17:07 +0100 [thread overview]
Message-ID: <20190630071707.GA12881@localhost> (raw)
In-Reply-To: <20190628060111.24851-1-sheriffesseson@gmail.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: sheriffesseson at gmail.com (Sheriff Esseson)
Subject: [Linux-kernel-mentees] [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
Date: Sun, 30 Jun 2019 08:17:07 +0100 [thread overview]
Message-ID: <20190630071707.GA12881@localhost> (raw)
In-Reply-To: <20190628060111.24851-1-sheriffesseson@gmail.com>
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 at gmail.com>
> ---
> --
> 2.22.0
>
Signed-off-by: Sheriff Esseson <sheriffesseson at 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
WARNING: multiple messages have this Message-ID (diff)
From: sheriffesseson@gmail.com (Sheriff Esseson)
Subject: [Linux-kernel-mentees] [linux-kernel-mentees] [PATCH] Doc : doc-guide : Fix a typo
Date: Sun, 30 Jun 2019 08:17:07 +0100 [thread overview]
Message-ID: <20190630071707.GA12881@localhost> (raw)
Message-ID: <20190630071707.C1p6E5uO-ZOIgfYDp7UFU6t_8EOTHby5kzewL7fHLt4@z> (raw)
In-Reply-To: <20190628060111.24851-1-sheriffesseson@gmail.com>
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 at gmail.com>
> ---
> --
> 2.22.0
>
Signed-off-by: Sheriff Esseson <sheriffesseson at 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
next prev parent reply other threads:[~2019-06-30 7:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 6:01 [PATCH] Doc : doc-guide : Fix a typo Sheriff Esseson
2019-06-28 6:01 ` [Linux-kernel-mentees] " Sheriff Esseson
2019-06-28 6:01 ` sheriffesseson
2019-06-30 7:17 ` Sheriff Esseson [this message]
2019-06-30 7:17 ` [Linux-kernel-mentees] [linux-kernel-mentees] " Sheriff Esseson
2019-06-30 7:17 ` sheriffesseson
2019-06-30 13:40 ` Jonathan Corbet
2019-06-30 13:40 ` [Linux-kernel-mentees] " Jonathan Corbet
2019-06-30 13:40 ` corbet
-- strict thread matches above, loose matches on Subject: below --
2019-06-28 6:06 Sheriff Esseson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190630071707.GA12881@localhost \
--to=sheriffesseson@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.