Skip to content

Commit 1a967a3

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: vm: zswap.rst: replace some characters
The conversion tools used during DocBook/LaTeX/html/Markdown->ReST conversion and some cut-and-pasted text contain some characters that aren't easily reachable on standard keyboards and/or could cause troubles when parsed by the documentation build system. Replace the occurences of the following characters: - U+00a0 (' '): NO-BREAK SPACE as it can cause lines being truncated on PDF output Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/9a93b72f99f8f3328269076ceff50248ac9c5af5.1623826294.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 570eb86 commit 1a967a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/vm/zswap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Overview
1010
Zswap is a lightweight compressed cache for swap pages. It takes pages that are
1111
in the process of being swapped out and attempts to compress them into a
1212
dynamically allocated RAM-based memory pool. zswap basically trades CPU cycles
13-
for potentially reduced swap I/O.  This trade-off can also result in a
13+
for potentially reduced swap I/O. This trade-off can also result in a
1414
significant performance improvement if reads from the compressed cache are
1515
faster than reads from a swap device.
1616

@@ -26,7 +26,7 @@ faster than reads from a swap device.
2626
performance impact of swapping.
2727
* Overcommitted guests that share a common I/O resource can
2828
dramatically reduce their swap I/O pressure, avoiding heavy handed I/O
29-
throttling by the hypervisor. This allows more work to get done with less
29+
throttling by the hypervisor. This allows more work to get done with less
3030
impact to the guest workload and guests sharing the I/O subsystem
3131
* Users with SSDs as swap devices can extend the life of the device by
3232
drastically reducing life-shortening writes.

0 commit comments

Comments
 (0)