diff options
| author | Arukonda Rahul <rahularukonda2@gmail.com> | 2026-07-07 22:21:31 +0530 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-07-30 19:40:46 -0700 |
| commit | a3982653014631bbdc5b63d4b3bb5defbce998ef (patch) | |
| tree | 268cd3d25174792e1f2421318fe6929e6a84ca2b | |
| parent | 399cfd133f88ec33881832053f9d162c4b48db43 (diff) | |
docs: ABI: zram: fix spelling mistakes
Fix spelling mistakes in the zram sysfs ABI documentation.
Link: https://lore.kernel.org/20260707165131.4408-1-rahularukonda2@gmail.com
Signed-off-by: Arukonda Rahul <rahularukonda2@gmail.com>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Richard Chang <richardycc@google.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-block-zram | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-zram b/Documentation/ABI/testing/sysfs-block-zram index 64c03010e951..1ea9018a627f 100644 --- a/Documentation/ABI/testing/sysfs-block-zram +++ b/Documentation/ABI/testing/sysfs-block-zram @@ -152,15 +152,15 @@ Description: compression algorithm parameters. What: /sys/block/zram<id>/compressed_writeback -Date: Decemeber 2025 +Date: December 2025 Contact: Richard Chang <richardycc@google.com> Description: - The compressed_writeback device atrribute toggles compressed + The compressed_writeback device attribute toggles compressed writeback feature. What: /sys/block/zram<id>/writeback_batch_size Date: November 2025 Contact: Sergey Senozhatsky <senozhatsky@chromium.org> Description: - The writeback_batch_size device atrribute sets the maximum + The writeback_batch_size device attribute sets the maximum number of in-flight writeback operations. |
