From 8159ce25317c6ca69bcf226c5729048792fbe6fa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Apr 2021 20:12:20 +0000 Subject: [PATCH] scst: Suppress a kernel-doc warning git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9378 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 701e49626..e443979ea 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -14583,11 +14583,11 @@ static void scst_free_descriptors(struct scst_cmd *cmd) return; } -/** - ** We currently have only few saved parameters and it is impossible to get - ** pointer on a bit field, so let's have a simple straightforward - ** implementation. - **/ +/* + * We currently have only few saved parameters and it is impossible to get + * pointer on a bit field, so let's have a simple straightforward + * implementation. + */ #define SCST_TAS_LABEL "TAS" #define SCST_QERR_LABEL "QERR"