From: Gleb C. <lna...@ya...> - 2024-02-16 09:08:25
|
Commit: 316856c GitHub URL: https://github.com/SCST-project/scst/commit/316856caee815b2d3fb61d3231ec0b49611cc8c7 Author: Bart Van Assche Date: 2024-02-16T12:07:21+03:00 Log Message: ----------- 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 <bva...@ac...> Modified Paths: -------------- 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 349565f..b5bf73a 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 |