projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2165b82
)
docs/mm: concepts.rst: remove unnecessary word
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Tue, 21 Jul 2020 11:22:51 +0000
(16:52 +0530)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 23 Jul 2020 20:02:58 +0000
(14:02 -0600)
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Link:
https://lore.kernel.org/r/20200721112251.6100-1-unixbhaskar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/mm/concepts.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/mm/concepts.rst
b/Documentation/admin-guide/mm/concepts.rst
index
c2531b1
..
fa0974f
100644
(file)
--- 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.