scst: Suppress a kernel-doc warning

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9378 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-04-14 20:12:20 +00:00
parent 0a6056cc82
commit 8159ce2531

View File

@@ -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"