From a3982653014631bbdc5b63d4b3bb5defbce998ef Mon Sep 17 00:00:00 2001 From: Arukonda Rahul Date: Tue, 7 Jul 2026 22:21:31 +0530 Subject: [PATCH] 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 Reviewed-by: Sergey Senozhatsky Cc: Minchan Kim Cc: Richard Chang Cc: Jonathan Corbet Signed-off-by: Andrew Morton --- Documentation/ABI/testing/sysfs-block-zram | 6 +++--- 1 file 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/compressed_writeback -Date: Decemeber 2025 +Date: December 2025 Contact: Richard Chang Description: - The compressed_writeback device atrribute toggles compressed + The compressed_writeback device attribute toggles compressed writeback feature. What: /sys/block/zram/writeback_batch_size Date: November 2025 Contact: Sergey Senozhatsky 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.