crypto: qat - fix comment structure
authorAdam Guerin <adam.guerin@intel.com>
Fri, 16 Feb 2024 15:20:00 +0000 (15:20 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 24 Feb 2024 00:41:20 +0000 (08:41 +0800)
commitbca79b9f5639b2fd4692904bce696291336e0246
treeabe8e2bd36906aaeb46e5b88c5f9ee912da5db99
parentff391345141e727320ca906e6928c6a1f14e7e37
crypto: qat - fix comment structure

Move comment description to the same line as the function name.

This is to fix the following warning when compiling the QAT driver
using the clang compiler with CC=clang W=2:
    drivers/crypto/intel/qat/qat_common/qat_crypto.c:108: warning: missing initial short description on line:
     * qat_crypto_vf_dev_config()

Signed-off-by: Adam Guerin <adam.guerin@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/qat_crypto.c