diff options
author | He Ying <heying24@huawei.com> | 2021-03-26 13:08:53 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-31 22:50:59 +0300 |
commit | f8b427772a0e9bd20cfd9029f7824b39fef44c70 (patch) | |
tree | 12b93f9166faed42fe9ecc44a912560033d589bc /Documentation/powerpc/dawr-power9.rst | |
parent | abb9c078853d0c84f749d272f618a64fb3a27215 (diff) | |
download | linux-f8b427772a0e9bd20cfd9029f7824b39fef44c70.tar.xz |
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/dawr-power9.rst')
-rw-r--r-- | Documentation/powerpc/dawr-power9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/dawr-power9.rst b/Documentation/powerpc/dawr-power9.rst index c96ab6befd9c..e55ac6a24b97 100644 --- a/Documentation/powerpc/dawr-power9.rst +++ b/Documentation/powerpc/dawr-power9.rst @@ -4,7 +4,7 @@ DAWR issues on POWER9 On POWER9 the Data Address Watchpoint Register (DAWR) can cause a checkstop if it points to cache inhibited (CI) memory. Currently Linux has no way to -disinguish CI memory when configuring the DAWR, so (for now) the DAWR is +distinguish CI memory when configuring the DAWR, so (for now) the DAWR is disabled by this commit:: commit 9654153158d3e0684a1bdb76dbababdb7111d5a0 |