[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241124134550.69112-1-sarvesh20123@gmail.com>
Date: Sun, 24 Nov 2024 19:15:50 +0530
From: Saru2003 <sarvesh20123@...il.com>
To: minchan@...nel.org,
senozhatsky@...omium.org
Cc: philipp.reisner@...bit.com,
lars.ellenberg@...bit.com,
christoph.boehmwalder@...bit.com,
corbet@....net,
terrelln@...com,
linux-kernel@...r.kernel.org,
drbd-dev@...ts.linbit.com,
linux-doc@...r.kernel.org,
Saru2003 <sarvesh20123@...il.com>
Subject: [PATCH] Corrected the spelling of dictionary in the example usage of 'algorithm_params' in the ZRAM documentation.
Signed-off-by: Saru2003 <sarvesh20123@...il.com>
---
Documentation/admin-guide/blockdev/zram.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/admin-guide/blockdev/zram.rst b/Documentation/admin-guide/blockdev/zram.rst
index 678d70d6e1c3..dbf2b4f47ec3 100644
--- a/Documentation/admin-guide/blockdev/zram.rst
+++ b/Documentation/admin-guide/blockdev/zram.rst
@@ -119,14 +119,14 @@ compression algorithm to use external pre-trained dictionary, pass full
path to the `dict` along with other parameters::
#pass path to pre-trained zstd dictionary
- echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
+ echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params
#same, but using algorithm priority
- echo "priority=1 dict=/etc/dictioary" > \
+ echo "priority=1 dict=/etc/dictionary" > \
/sys/block/zram0/algorithm_params
#pass path to pre-trained zstd dictionary and compression level
- echo "algo=zstd level=8 dict=/etc/dictioary" > \
+ echo "algo=zstd level=8 dict=/etc/dictionary" > \
/sys/block/zram0/algorithm_params
Parameters are algorithm specific: not all algorithms support pre-trained
--
2.34.1
Powered by blists - more mailing lists