From e9b7c7e8ffad60eae62d14ef5ba3f56abae86d2d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 31 Dec 2020 22:46:20 +0000 Subject: [PATCH] scst_lib: Fix a kernel-doc header git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9308 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index fb16059a0..e8329d841 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -6013,7 +6013,7 @@ EXPORT_SYMBOL(kernel_write); #endif /** - * scst_writev - read data from a file into a kernel buffer + * scst_readv - read data from a file into a kernel buffer * @file: File to read from. * @vec: Pointer to first element of struct kvec array. * @vlen: Number of elements of the kvec array.