From patchwork Mon Aug 19 17:35:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Piotr Zalewski X-Patchwork-Id: 13768751 X-Patchwork-Delegate: snitzer@redhat.com Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BE4F9186E2A for ; Mon, 19 Aug 2024 17:35:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.16 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724088926; cv=none; b=G1FjKQ/0liqT55I2IOISUF1JQEgHpQLJpkllJKLQcdrSCcZIUdPr76SjqsHHak/AdDxJAJ6OZfnTBsEYKSm0gk/gz7ms8j2FHHPvzFx8J0VH89nz3NCqklQ7pY5zGkc4vW0mSPqE8XPxRL7wWm3gi8Dz6o5KrZo0tjOtGroSp0k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724088926; c=relaxed/simple; bh=2PdBGLtwCa3jYeVsJZbMo93/zrUBXFAwrkgXdu/FrwE=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=H7/bqbSnSI8laGlm63+GprOVRdPkKBjwZeF9JP6htN3ClS8OSG203QvRuUFu9jlKK910eeLeDLD9sszcZx0KmbkHERhhFB9wN6I5c+h887QHlF6CtexGsr75hkwJeynDr68TPFHuV8zl1mXwvL1pn+Xv3k7JerUbYnthMJRBsNs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me; spf=pass smtp.mailfrom=proton.me; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b=PG5FuSJ7; arc=none smtp.client-ip=185.70.43.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=proton.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=proton.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=proton.me header.i=@proton.me header.b="PG5FuSJ7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1724088916; x=1724348116; bh=zzVfF/nKMcwYxNAxS07HhEl/H9iRzZ8G72MmyK3xaUo=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=PG5FuSJ7+Wprdk2qsIDt5IokjOCSIXbYjxDIcPaZ+kM+g3YCwAGTdynLX1OdgFZLa fJe8csVD3dsd4YErByb9IanIO6w6njkdCxO0M9n1JW6Ffxtk3D4sDxqH7lc2Cz1vPt O7vI3uGVXKfnfATSpgaP0XP1Z0IJXUbg46lfAt8sEDu4NCyOuFdj29Bl0BDoMn00W+ e4i9lTzFHvzIQnxyM07MFZPdezt3rMKtRTL8cOOkJYAPyqrb8WX/H973NWHY70+6OF OnE2KO/js4wEPQXQqa4jKhxgWsfxFbaW27vHHFiqUt+TSInivWd3b1MzztpcYE1Him xQKtEVq6rwfZA== Date: Mon, 19 Aug 2024 17:35:10 +0000 To: agk@redhat.com, snitzer@kernel.org, mpatocka@redhat.com, corbet@lwn.net, dm-devel@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org From: Piotr Zalewski Cc: Piotr Zalewski , Shuah Khan Subject: [PATCH] Documentation: admin-guide/dm: Fix indentation bug Message-ID: <20240819172401.77928-3-pZ010001011111@proton.me> Feedback-ID: 53478694:user:proton X-Pm-Message-ID: 6cb3490ac93be09cef6f264ccf5e6f54436be285 Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The following bug was found at `admin-guide/device-mapper/dm-crypt.rst`: ``` admin-guide/device-mapper/dm-crypt.rst:167: ERROR: Unexpected indentation. ``` Fix the indentation error. Reviewed-by: Shuah Khan Signed-off-by: Piotr Zalewski --- .../admin-guide/device-mapper/dm-crypt.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst index e625830d335e..450c211534a9 100644 --- a/Documentation/admin-guide/device-mapper/dm-crypt.rst +++ b/Documentation/admin-guide/device-mapper/dm-crypt.rst @@ -160,15 +160,15 @@ iv_large_sectors The must be multiple of (in 512 bytes units) if this flag is specified. - -Module parameters:: -max_read_size -max_write_size - Maximum size of read or write requests. When a request larger than this size - is received, dm-crypt will split the request. The splitting improves - concurrency (the split requests could be encrypted in parallel by multiple - cores), but it also causes overhead. The user should tune these parameters to - fit the actual workload. + Module parameters:: + + max_read_size + max_write_size + Maximum size of read or write requests. When a request larger than this size + is received, dm-crypt will split the request. The splitting improves + concurrency (the split requests could be encrypted in parallel by multiple + cores), but it also causes overhead. The user should tune these parameters to + fit the actual workload. Example scripts