From 316856caee815b2d3fb61d3231ec0b49611cc8c7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Feb 2024 12:23:48 -0800 Subject: [PATCH] scst_lib: Remove documentation of removed arguments Commit 488aaeed71ca ("scst_lib: Remove support for kernel versions before 3.10") removed the d_km_type and s_km_type arguments. Hence this patch that removes the documentation for these arguments. Fixes: 488aaeed71ca ("scst_lib: Remove support for kernel versions before 3.10") Signed-off-by: Bart Van Assche --- scst/src/scst_lib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 349565fa4..b5bf73ab2 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -8940,8 +8940,6 @@ out_unmap: * @nents_to_cmp: maximum number of entries to compare * @cmp_len: maximum amount of data to compare. If 0, then compare all. * @miscompare_offs: offset of the first miscompare. Can be NULL. - * @d_km_type: kmap_atomic type for SG 1 - * @s_km_type: kmap_atomic type for SG 2 * * Description: * Data from the first SG vector will be compired with the second SG