All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Made single word change in fourth paragraph for right sentence construction
@ 2020-07-21 10:19 Bhaskar Chowdhury
  2020-07-21 10:47 ` Mike Rapoport
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2020-07-21 10:19 UTC (permalink / raw)
  To: rppt; +Cc: corbet, linux-doc, Bhaskar Chowdhury

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Mike/Jon,
 it is nit ...but catch my eyes while reading...so the patch.

 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] 2+ messages in thread

* Re: [PATCH] Made single word change in fourth paragraph for right sentence construction
  2020-07-21 10:19 [PATCH] Made single word change in fourth paragraph for right sentence construction Bhaskar Chowdhury
@ 2020-07-21 10:47 ` Mike Rapoport
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Rapoport @ 2020-07-21 10:47 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: rppt, corbet, linux-doc

Hi,

On Tue, Jul 21, 2020 at 03:49:34PM +0530, Bhaskar Chowdhury wrote:
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Mike/Jon,
>  it is nit ...but catch my eyes while reading...so the patch.

That's the right approach! :)

It would be great if you could update the patch subject to better
describe the context and the actual change, e.g:

docs/mm: concepts.rst: remove unnecessary article
 
>  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] 2+ messages in thread

end of thread, other threads:[~2020-07-21 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 10:19 [PATCH] Made single word change in fourth paragraph for right sentence construction Bhaskar Chowdhury
2020-07-21 10:47 ` Mike Rapoport

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.