linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] docs/mm: concepts.rst: remove unnecessary word
@ 2020-07-21 11:22 Bhaskar Chowdhury
  2020-07-21 11:37 ` Mike Rapoport
  2020-07-23 20:03 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2020-07-21 11:22 UTC (permalink / raw)
  To: rppt; +Cc: corbet, linux-doc, Bhaskar Chowdhury

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Mike,
 I have made the change to the subject line as you mentioned in previous
 mail.

 Documentation/admin-guide/mm/concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst
index c2531b14bf46..fa0974fbeae7 100644
--- a/Documentation/admin-guide/mm/concepts.rst
+++ b/Documentation/admin-guide/mm/concepts.rst
@@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
 protection and controlled sharing of data between processes.
 
 With virtual memory, each and every memory access uses a virtual
-address. When the CPU decodes the an instruction that reads (or
+address. When the CPU decodes an instruction that reads (or
 writes) from (or to) the system memory, it translates the `virtual`
 address encoded in that instruction to a `physical` address that the
 memory controller can understand.
-- 
2.26.2


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

* Re: [PATCH V2] docs/mm: concepts.rst: remove unnecessary word
  2020-07-21 11:22 [PATCH V2] docs/mm: concepts.rst: remove unnecessary word Bhaskar Chowdhury
@ 2020-07-21 11:37 ` Mike Rapoport
  2020-07-23 20:03 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2020-07-21 11:37 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: corbet, linux-doc

On Tue, Jul 21, 2020 at 04:52:51PM +0530, Bhaskar Chowdhury wrote:
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Mike Rapoport <rppt@linux.ibm.com>

> ---
> Mike,
>  I have made the change to the subject line as you mentioned in previous
>  mail.
> 
>  Documentation/admin-guide/mm/concepts.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst
> index c2531b14bf46..fa0974fbeae7 100644
> --- a/Documentation/admin-guide/mm/concepts.rst
> +++ b/Documentation/admin-guide/mm/concepts.rst
> @@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
>  protection and controlled sharing of data between processes.
>  
>  With virtual memory, each and every memory access uses a virtual
> -address. When the CPU decodes the an instruction that reads (or
> +address. When the CPU decodes an instruction that reads (or
>  writes) from (or to) the system memory, it translates the `virtual`
>  address encoded in that instruction to a `physical` address that the
>  memory controller can understand.
> -- 
> 2.26.2
> 

-- 
Sincerely yours,
Mike.

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

* Re: [PATCH V2] docs/mm: concepts.rst: remove unnecessary word
  2020-07-21 11:22 [PATCH V2] docs/mm: concepts.rst: remove unnecessary word Bhaskar Chowdhury
  2020-07-21 11:37 ` Mike Rapoport
@ 2020-07-23 20:03 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-07-23 20:03 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: rppt, linux-doc

On Tue, 21 Jul 2020 16:52:51 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Mike,
>  I have made the change to the subject line as you mentioned in previous
>  mail.
> 
>  Documentation/admin-guide/mm/concepts.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst
> index c2531b14bf46..fa0974fbeae7 100644
> --- a/Documentation/admin-guide/mm/concepts.rst
> +++ b/Documentation/admin-guide/mm/concepts.rst
> @@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
>  protection and controlled sharing of data between processes.
>  
>  With virtual memory, each and every memory access uses a virtual
> -address. When the CPU decodes the an instruction that reads (or
> +address. When the CPU decodes an instruction that reads (or
>  writes) from (or to) the system memory, it translates the `virtual`

Applied, thanks.

jon

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

end of thread, other threads:[~2020-07-23 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 11:22 [PATCH V2] docs/mm: concepts.rst: remove unnecessary word Bhaskar Chowdhury
2020-07-21 11:37 ` Mike Rapoport
2020-07-23 20:03 ` 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).