diff options
author | He Ying <heying24@huawei.com> | 2021-03-26 06:08:53 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-31 13:50:59 -0600 |
commit | f8b427772a0e9bd20cfd9029f7824b39fef44c70 (patch) | |
tree | 12b93f9166faed42fe9ecc44a912560033d589bc /Documentation/powerpc/kaslr-booke32.rst | |
parent | abb9c078853d0c84f749d272f618a64fb3a27215 (diff) |
docs: powerpc: Fix misspellings and grammar errors
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: He Ying <heying24@huawei.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210326100853.173586-1-heying24@huawei.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/powerpc/kaslr-booke32.rst')
-rw-r--r-- | Documentation/powerpc/kaslr-booke32.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/kaslr-booke32.rst b/Documentation/powerpc/kaslr-booke32.rst index 8b259fdfdf03..5681c1d1b65b 100644 --- a/Documentation/powerpc/kaslr-booke32.rst +++ b/Documentation/powerpc/kaslr-booke32.rst @@ -38,5 +38,5 @@ bit of the entropy to decide the index of the 64M zone. Then we chose a kernstart_virt_addr -To enable KASLR, set CONFIG_RANDOMIZE_BASE = y. If KASLR is enable and you +To enable KASLR, set CONFIG_RANDOMIZE_BASE = y. If KASLR is enabled and you want to disable it at runtime, add "nokaslr" to the kernel cmdline. |