Hi, On Tue, Jul 21, 2020 at 03:49:34PM +0530, Bhaskar Chowdhury wrote: > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> > --- > 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.